Skip to content

Instantly share code, notes, and snippets.

@dinushchathurya
Last active November 22, 2021 16:03
Show Gist options
  • Save dinushchathurya/b0eb8b880eb50e0706971786adcdb4c3 to your computer and use it in GitHub Desktop.
Save dinushchathurya/b0eb8b880eb50e0706971786adcdb4c3 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"ec2:StartInstances",
"ec2:StopInstances"
],
"Resource": "arn:aws:ec2:*:*:instance/*"
},
{
"Sid": "VisualEditor1",
"Action": [
"logs:CreateLogStream",
"ec2:DescribeInstances"
"ec2:DescribeTags"
"logs:PutLogEvents"
"logs:CreateLogGroup"
"ec2:DescribeInstanceStatus"
],
"Resource": "*"
}
]
}
@dinushchathurya
Copy link
Author

feat: Create JSON Policy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment