Created
November 5, 2018 23:51
-
-
Save t2ynkmr/2ead478aa8d54d3632f95ca0674db36e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Version": "2012-10-17", | |
"Statement": [ | |
{ | |
"Action": [ | |
"autoscaling:Describe*", | |
"budgets:ViewBudget", | |
"cloudfront:GetDistributionConfig", | |
"cloudfront:ListDistributions", | |
"cloudtrail:DescribeTrails", | |
"cloudtrail:GetTrailStatus", | |
"cloudwatch:Describe*", | |
"cloudwatch:Get*", | |
"cloudwatch:List*", | |
"codedeploy:List*", | |
"codedeploy:BatchGet*", | |
"directconnect:Describe*", | |
"dynamodb:List*", | |
"dynamodb:Describe*", | |
"ec2:Describe*", | |
"ecs:Describe*", | |
"ecs:List*", | |
"elasticache:Describe*", | |
"elasticache:List*", | |
"elasticfilesystem:DescribeFileSystems", | |
"elasticfilesystem:DescribeTags", | |
"elasticloadbalancing:Describe*", | |
"elasticmapreduce:List*", | |
"elasticmapreduce:Describe*", | |
"es:ListTags", | |
"es:ListDomainNames", | |
"es:DescribeElasticsearchDomains", | |
"health:DescribeEvents", | |
"health:DescribeEventDetails", | |
"health:DescribeAffectedEntities", | |
"kinesis:List*", | |
"kinesis:Describe*", | |
"lambda:AddPermission", | |
"lambda:GetPolicy", | |
"lambda:List*", | |
"lambda:RemovePermission", | |
"logs:Get*", | |
"logs:Describe*", | |
"logs:FilterLogEvents", | |
"logs:TestMetricFilter", | |
"logs:PutSubscriptionFilter", | |
"logs:DeleteSubscriptionFilter", | |
"logs:DescribeSubscriptionFilters", | |
"rds:Describe*", | |
"rds:List*", | |
"redshift:DescribeClusters", | |
"redshift:DescribeLoggingStatus", | |
"route53:List*", | |
"s3:GetBucketLogging", | |
"s3:GetBucketLocation", | |
"s3:GetBucketNotification", | |
"s3:GetBucketTagging", | |
"s3:ListAllMyBuckets", | |
"s3:PutBucketNotification", | |
"ses:Get*", | |
"sns:List*", | |
"sns:Publish", | |
"sqs:ListQueues", | |
"support:DescribeTrustedAdvisorChecks", | |
"support:RefreshTrustedAdvisorCheck", | |
"support:DescribeTrustedAdvisorCheckResult", | |
"tag:GetResources", | |
"tag:GetTagKeys", | |
"tag:GetTagValues" | |
], | |
"Effect": "Allow", | |
"Resource": "*" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you’re a hero