Skip to content

Instantly share code, notes, and snippets.

@100daysofdevops
Created February 23, 2019 18:41
Show Gist options
  • Select an option

  • Save 100daysofdevops/4b9f2a4f8fe09422df59dbacd2ea8b0d to your computer and use it in GitHub Desktop.

Select an option

Save 100daysofdevops/4b9f2a4f8fe09422df59dbacd2ea8b0d to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"logs:CreateLogGroup",
"logs:CreateLogStream",
"logs:PutLogEvents"
],
"Resource": "arn:aws:logs:*:*:*"
},
{
"Effect": "Allow",
"Action": [
"ec2:Start*",
"ec2:Stop*"
],
"Resource": "*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment