Skip to content

Instantly share code, notes, and snippets.

@eugeneteo
Last active March 13, 2016 03:01
Show Gist options
  • Save eugeneteo/7fe979f69ad28a0901c0 to your computer and use it in GitHub Desktop.
Save eugeneteo/7fe979f69ad28a0901c0 to your computer and use it in GitHub Desktop.
$ aws iam create-access-key --user-name emr
{
"AccessKey": {
"UserName": "emr",
"Status": "Active",
"CreateDate": "2016-03-11T14:37:03.144Z",
"SecretAccessKey": "ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890abcd",
"AccessKeyId": "ABCDEFGHIJKLMNOPQRST"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment