Skip to content

Instantly share code, notes, and snippets.

@devx
Created April 13, 2023 18:35
Show Gist options
  • Save devx/a8996860a1e1f037a26d8f5ecdc0c55f to your computer and use it in GitHub Desktop.
Save devx/a8996860a1e1f037a26d8f5ecdc0c55f to your computer and use it in GitHub Desktop.
Example EC2 TAG Read policy
{
"Statement": [
{
"Action": [
"ec2:DescribeTags",
],
"Effect": "Allow",
"Resource": "*"
}
],
"Version": "2012-10-17"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment