Created
March 4, 2021 17:05
-
-
Save nballenger/255b2fca7b1976e823e4246280deb217 to your computer and use it in GitHub Desktop.
AWS IAM policy for developers within a separate Organization account
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": [ | |
{ | |
"Sid": "VisualEditor0", | |
"Effect": "Allow", | |
"Action": [ | |
"application-autoscaling:*", | |
"rds:*", | |
"codestar:*", | |
"logs:*", | |
"cloudtrail:*", | |
"autoscaling:*", | |
"sqs:*", | |
"cloudfront:*", | |
"batch:*", | |
"kms:*", | |
"codedeploy:*", | |
"config:*", | |
"codeartifact:*", | |
"s3:*", | |
"apigateway:*", | |
"autoscaling-plans:*", | |
"iam:*", | |
"es:*", | |
"elasticbeanstalk:*", | |
"codecommit:*", | |
"cloudwatch:*", | |
"appconfig:*", | |
"lambda:*", | |
"route53:*", | |
"ecs:*", | |
"ec2:*", | |
"ecr:*", | |
"codepipeline:*", | |
"elasticache:*", | |
"acm:*" | |
], | |
"Resource": "*" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment