Created
April 29, 2022 08:10
-
-
Save stuartellis/de0a38be23d1b0f3e971afd0445fad76 to your computer and use it in GitHub Desktop.
AWS Create IAM User CLI
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aws iam create-user --user-name aaa --tags Key=sje:resource:email,[email protected] Key=sje:resource:phase,Value=poc | |
aws iam attach-user-policy --user-name aaa --policy-arn arn:aws:iam::aws:policy/AdministratorAccess | |
aws iam create-access-key --user-name aaa |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment