Skip to content

Instantly share code, notes, and snippets.

@ferrao
Last active March 19, 2020 21:14
Show Gist options
  • Save ferrao/d5e49864fe864f0af34285b1c3f23676 to your computer and use it in GitHub Desktop.
Save ferrao/d5e49864fe864f0af34285b1c3f23676 to your computer and use it in GitHub Desktop.
AWS cli IAM examples

AWS IAM

aws iam create-user --profile <aws-cli-profile> --user-name <username> 
aws iam create-login-profile --profile <aws-cli-profile> --user-name <username> --password '<password>'
aws iam delete-login-profile --profile >aws-cli-profile> --user <username>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment