Skip to content

Instantly share code, notes, and snippets.

@mlabouardy
Last active July 6, 2023 17:03
Show Gist options
  • Save mlabouardy/7688482d091fe2bc00c51fe2ea171b1b to your computer and use it in GitHub Desktop.
Save mlabouardy/7688482d091fe2bc00c51fe2ea171b1b to your computer and use it in GitHub Desktop.
Tailwarden recommended AWS policy
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": [
"ec2:Describe*",
"elasticloadbalancing:Describe*",
"autoscaling:Describe*",
"s3:Describe*",
"ecs:List*",
"ce:GetCostAndUsage",
"ce:GetCostForecast",
"dynamodb:Describe*",
"lambda:List*",
"dynamodb:List*",
"cloudfront:List*",
"iam:List*",
"ecs:Describe*",
"glacier:List*",
"sqs:List*",
"route53:List*",
"sns:List*",
"acm:List*",
"mq:List*",
"cloudwatch:Get*",
"cloudtrail:LookupEvents",
"datapipeline:List*",
"eks:List*",
"elasticache:Describe*",
"es:List*",
"logs:Describe*",
"rds:Describe*",
"cloudwatch:Describe*",
"glue:Get*",
"organizations:Describe*",
"iam:Get*",
"kinesis:List*",
"kms:List*",
"kms:Describe*",
"redshift:Describe*",
"tag:Get*",
"route53:List*",
"support:Describe*",
"swf:List*",
"config:BatchGetResourceConfig",
"sns:List*",
"lambda:List*",
"kms:List*",
"pricing:GetProducts",
"ecr:Describe*",
"elasticfilesystem:Describe*",
"rds:Describe*",
"elasticache:List*",
"eks:Describe*",
"s3:ListAllMyBuckets",
"elasticloadbalancing:DescribeTags",
"s3:GetBucketLocation",
"s3:GetBucketTagging"
],
"Resource": "*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment