Created
April 16, 2014 11:41
-
-
Save jakobmattsson/10858811 to your computer and use it in GitHub Desktop.
Renaming an AWS-user using the CLI
This file contains hidden or 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_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