Skip to content

Commit

Permalink
Update README.md formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesEbke committed Feb 24, 2017
1 parent 8e7a974 commit 6593c95
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,15 @@ The most useful (but also most drastic) action of this tool is to add inline DEN
named "EmergencyUserLock-\<random number\>" and "EmergencyRoleLock-\<random number\>"
to both IAM users and roles (except the user which executes this action):

./aws\_emergency.py --lock-all
```
./aws_emergency.py --lock-all
```

If you accidentally executed this command for testing and now want to undo this action, do:

./aws\_emergency.py --unlock-all
```
./aws_emergency.py --unlock-all
```

To lock individual users or roles, use --lock-user \<name\>, --unlock-user \<name\>
and --lock-role \<name\>, --unlock-role \<name\>.
To lock individual users or roles, use `--lock-user <name>`, `--unlock-user <name>`
and `--lock-role <name>`, `--unlock-role <name>`.

0 comments on commit 6593c95

Please sign in to comment.