Skip to content

Instantly share code, notes, and snippets.

@cmerrick
Created August 15, 2016 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmerrick/a2b62c77cf3e82aeb59fa42afba0f264 to your computer and use it in GitHub Desktop.
Save cmerrick/a2b62c77cf3e82aeb59fa42afba0f264 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"sts:AssumeRole"
],
"Resource": [
"arn:aws:iam::000123456789:role/YourRoleName"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment