Skip to content

Instantly share code, notes, and snippets.

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 RichardSilveira/0a5ba06fb3e5427cf2ce2254fe33251f to your computer and use it in GitHub Desktop.
Save RichardSilveira/0a5ba06fb3e5427cf2ce2254fe33251f to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Resource": "*",
"Action": [
"ec2:RunInstances",
"ec2:CreateTags"
]
},
{
"Effect": "Allow",
"Resource": "*",
"Action": "iam:PassRole"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment