Skip to content

Instantly share code, notes, and snippets.

@jakobmattsson
Created April 16, 2014 11:41
Show Gist options
  • Save jakobmattsson/10858811 to your computer and use it in GitHub Desktop.
Save jakobmattsson/10858811 to your computer and use it in GitHub Desktop.
Renaming an AWS-user using the CLI
AWS_ACCESS_KEY_ID=MYKEY AWS_SECRET_ACCESS_KEY=MYSECRET aws iam update-user --user-name OLDNAME --new-user-name NEWNAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment