-
-
Save lucasproclc/9da20f45a1f6407663dcd5d90ceed298 to your computer and use it in GitHub Desktop.
AWS IAM Read Only
This file contains hidden or 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*", | |
"cloudformation:DescribeStacks", | |
"cloudformation:DescribeStackEvents", | |
"cloudformation:DescribeStackResources", | |
"cloudformation:GetTemplate", | |
"cloudfront:Get*", | |
"cloudfront:List*", | |
"cloudwatch:Describe*", | |
"cloudwatch:Get*", | |
"cloudwatch:List*", | |
"directconnect:Describe*", | |
"dynamodb:GetItem", | |
"dynamodb:BatchGetItem", | |
"dynamodb:Query", | |
"dynamodb:Scan", | |
"dynamodb:DescribeTable", | |
"dynamodb:ListTables", | |
"ec2:Describe*", | |
"elasticache:Describe*", | |
"elasticbeanstalk:Check*", | |
"elasticbeanstalk:Describe*", | |
"elasticbeanstalk:List*", | |
"elasticbeanstalk:RequestEnvironmentInfo", | |
"elasticbeanstalk:RetrieveEnvironmentInfo", | |
"elasticloadbalancing:Describe*", | |
"elastictranscoder:Read*", | |
"elastictranscoder:List*", | |
"iam:List*", | |
"iam:Get*", | |
"opsworks:Describe*", | |
"opsworks:Get*", | |
"route53:Get*", | |
"route53:List*", | |
"redshift:Describe*", | |
"redshift:ViewQueriesInConsole", | |
"rds:Describe*", | |
"rds:ListTagsForResource", | |
"s3:Get*", | |
"s3:List*", | |
"sdb:GetAttributes", | |
"sdb:List*", | |
"sdb:Select*", | |
"ses:Get*", | |
"ses:List*", | |
"sns:Get*", | |
"sns:List*", | |
"sqs:GetQueueAttributes", | |
"sqs:ListQueues", | |
"sqs:ReceiveMessage", | |
"storagegateway:List*", | |
"storagegateway:Describe*" | |
], | |
"Effect": "Allow", | |
"Resource": "*" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment