Skip to content

Commit 446cb02

Browse files
committed
Document IAM_PASSWORD option
1 parent e9ce622 commit 446cb02

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

documentation/modules/post/multi/escalate/aws_create_iam_user.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Active sessions
116116
By default the module will:
117117

118118
* create a randomly named IAM user and group
119-
* generate API Keys and User password for after
119+
* generate API Keys and User password for after
120120

121121
In the event that the session'd AWS instance does not have an IAM role assigned
122122
to it with sufficient privileges, the following options can be used to provide
@@ -129,6 +129,7 @@ specific authentication material:
129129
The following options control the account that is being created:
130130

131131
* `IAM_USERNAME`: set this if you would like to control the username for to user to be created
132+
* `IAM_PASSWORD`: set this if you would like to control the password for the created user
132133
* `CREATE_API`: when true, creates API keys for this user
133134
* `CREATE_CONSOLE`: when true, creates a password for this user so that they can access the AWS console
134135

@@ -144,9 +145,10 @@ Module options (post/multi/escalate/aws_create_iam_user):
144145
CREATE_API true yes Add access key ID and secret access key to account (API, CLI, and SDK access)
145146
CREATE_CONSOLE true yes Create an account with a password for accessing the AWS management console
146147
IAM_GROUPNAME no Name of the group to be created (leave empty or unset to use a random name)
148+
IAM_PASSWORD no Password to set for the user to be created (leave empty or unset to use a random name)
147149
IAM_USERNAME no Name of the user to be created (leave empty or unset to use a random name)
148150
Proxies no A proxy chain of format type:host:port[,type:host:port][...]
149-
SESSION 1 yes The session to run this module on.
151+
SESSION yes The session to run this module on.
150152
SecretAccessKey no AWS secret key
151153
Token no AWS session token
152154
@@ -279,4 +281,4 @@ $ aws iam --profile test list-account-aliases
279281

280282
Login via the console using the username and password:
281283

282-
Go to the AWS Console at https://Account_ID.signin.aws.amazon.com/console/ and login.
284+
Go to the AWS Console at https://Account_ID.signin.aws.amazon.com/console/ and login.

0 commit comments

Comments
 (0)