Skip to content

Instantly share code, notes, and snippets.

@dasgoll
Last active July 8, 2019 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dasgoll/d12dce95a05c4acc0bf7570b6b57ce76 to your computer and use it in GitHub Desktop.
Save dasgoll/d12dce95a05c4acc0bf7570b6b57ce76 to your computer and use it in GitHub Desktop.
Create IAM user with password
aws iam create-user --user-name jameel
aws iam create-login-profile --user-name jameel --password My!User1Login8P@ssword
### create access for user, save the Secret and Access Key's some where safe
aws iam create-access-key --user-name jameel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment