Skip to content

Instantly share code, notes, and snippets.

@dgwhited
Created July 14, 2020 14:54
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dgwhited/e7776f0848187c5f6c1e3cf30f3e44f1 to your computer and use it in GitHub Desktop.
Save dgwhited/e7776f0848187c5f6c1e3cf30f3e44f1 to your computer and use it in GitHub Desktop.
{
"Statement": [
{
"Sid": "ElasticComputeCloudFull",
"Action": [
"ec2:*"
],
"Effect": "Allow",
"Resource": [
"*"
]
},
{
"Sid": "RDSFull",
"Action": [
"rds:ModifyDBInstance"
],
"Effect": "Allow",
"Resource": [
"*"
]
},
{
"Sid": "S3Full",
"Action": [
"s3:GetObject",
"s3:ListBucket"
],
"Effect": "Allow",
"Resource": [
"arn:aws:s3:::myprivatebucket"
]
}
],
"Version": "2012-10-17"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment