Skip to content

Instantly share code, notes, and snippets.

@martinjt
Last active April 28, 2018 17:26
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 martinjt/54f44c62f166edd7549ace1bd6af00aa to your computer and use it in GitHub Desktop.
Save martinjt/54f44c62f166edd7549ace1bd6af00aa to your computer and use it in GitHub Desktop.
Assume Role policy
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": "sts:AssumeRole",
"Resource": "arn:aws:iam::*:role/useraccount-fulladmin"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment