Skip to content

Instantly share code, notes, and snippets.

@MattSurabian
Created June 2, 2015 02:12
Show Gist options
  • Save MattSurabian/577ea7094bf8eb812ba1 to your computer and use it in GitHub Desktop.
Save MattSurabian/577ea7094bf8eb812ba1 to your computer and use it in GitHub Desktop.
The IAM policy we use for the Rubber Ducking podcast.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": "s3:*",
"Resource": [
"arn:aws:s3:::rubberduckcast.com/*",
"arn:aws:s3:::rubberduckcast.com",
"arn:aws:s3:::episodes.rubberduckcast.com/*",
"arn:aws:s3:::episodes.rubberduckcast.com",
"arn:aws:s3:::logs-rubberducking/*",
"arn:aws:s3:::logs-rubberducking"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment