@@ -116,7 +116,7 @@ Active sessions
116
116
By default the module will:
117
117
118
118
* 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
120
120
121
121
In the event that the session'd AWS instance does not have an IAM role assigned
122
122
to it with sufficient privileges, the following options can be used to provide
@@ -129,6 +129,7 @@ specific authentication material:
129
129
The following options control the account that is being created:
130
130
131
131
* ` 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
132
133
* ` CREATE_API ` : when true, creates API keys for this user
133
134
* ` CREATE_CONSOLE ` : when true, creates a password for this user so that they can access the AWS console
134
135
@@ -144,9 +145,10 @@ Module options (post/multi/escalate/aws_create_iam_user):
144
145
CREATE_API true yes Add access key ID and secret access key to account (API, CLI, and SDK access)
145
146
CREATE_CONSOLE true yes Create an account with a password for accessing the AWS management console
146
147
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)
147
149
IAM_USERNAME no Name of the user to be created (leave empty or unset to use a random name)
148
150
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.
150
152
SecretAccessKey no AWS secret key
151
153
Token no AWS session token
152
154
@@ -279,4 +281,4 @@ $ aws iam --profile test list-account-aliases
279
281
280
282
Login via the console using the username and password:
281
283
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