Skip to content

Commit 9ea8ad8

Browse files
authored
Merge pull request #168 from nryang/week7-minor-fixes
Minor fixes and enhancements to Week 7 labs
2 parents 46124ef + f0faf7f commit 9ea8ad8

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Week-7/labs/LAB-2.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ Usage: selfie [options]
107107
* Target account: `717986480831`
108108
* Incident response (forensics) account: `439426457924`
109109
* Control account: `100352119871`
110+
* Instances: `<INSTANCE IDS>`
111+
* Username: `student<STUDENT ID NUMBER>`
110112
* Ticket ID: `STDNT-<STUDENT ID NUMBER>`
111113

112114
Remember to unset the old enviroment variables before running selfie.

Week-7/labs/LAB-3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ $ assumer -a 439426457924 -r human/dso/TGT-dso-IncidentResponse \
2929

3030
2. From the Snapshots tab in the EC2 console, select your snapshots (JBoss & Jenkins) hosts.
3131

32-
3. For each snapshot, create a volume by selecting `Actions` > `Create Volyme`. Select `us-west-2c` from the `Availability Zone` pull-down (same as bastion). Click `Create`, note the volume ID and click `Close`.
32+
3. For each snapshot, create a volume by selecting `Actions` > `Create Volume`. Select `us-west-2c` from the `Availability Zone` pull-down (same as bastion). Click `Create`, note the volume ID and click `Close`.
3333

3434
4. Navigate to the Volumes tab, for each of the newly created volumes, wait for the volume state to be `available`.
3535

@@ -81,7 +81,7 @@ $ sudo cat /mnt/<YOUR STUDENT ID>/jenkins/var/log/auth.log
8181
2. Find the username for the user that was denied sudo actions.
8282

8383
```
84-
$ sudo cat /mnt/<YOUR STUDENT ID>/jenkins/var/log/auth.log |grep sudo
84+
$ sudo cat /mnt/<YOUR STUDENT ID>/jenkins/var/log/auth.log | grep sudo
8585
```
8686

8787
Which user was denied using sudo?

0 commit comments

Comments
 (0)