Skip to content

Instantly share code, notes, and snippets.

@nballenger
Created March 4, 2021 17:05
Show Gist options
  • Save nballenger/255b2fca7b1976e823e4246280deb217 to your computer and use it in GitHub Desktop.
Save nballenger/255b2fca7b1976e823e4246280deb217 to your computer and use it in GitHub Desktop.
AWS IAM policy for developers within a separate Organization account
{
"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