Created
February 5, 2015 19:11
-
-
Save bfleming-ciena/6dd1ef2318b593b0ccb5 to your computer and use it in GitHub Desktop.
allow user to switch to role
This file contains 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
{ | |
"Version": "2012-10-17", | |
"Statement": { | |
"Effect": "Allow", | |
"Action": "sts:AssumeRole", | |
"Resource": "arn:aws:iam::acct:role/S3-Admin" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
acct is your account number