Skip to content

Instantly share code, notes, and snippets.

@bfleming-ciena
Created February 5, 2015 19:11
Show Gist options
  • Save bfleming-ciena/6dd1ef2318b593b0ccb5 to your computer and use it in GitHub Desktop.
Save bfleming-ciena/6dd1ef2318b593b0ccb5 to your computer and use it in GitHub Desktop.
allow user to switch to role
{
"Version": "2012-10-17",
"Statement": {
"Effect": "Allow",
"Action": "sts:AssumeRole",
"Resource": "arn:aws:iam::acct:role/S3-Admin"
}
}
@bfleming-ciena
Copy link
Author

acct is your account number

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment