Skip to content

Instantly share code, notes, and snippets.

@saidach
Created February 28, 2018 22:41
Show Gist options
  • Save saidach/2529c9cdcece62f3b40e726c9bed2693 to your computer and use it in GitHub Desktop.
Save saidach/2529c9cdcece62f3b40e726c9bed2693 to your computer and use it in GitHub Desktop.
{
"Statement": [
{
"Action": [
"s3:GetObject",
"s3:GetObjectVersion",
"s3:GetBucketVersioning"
],
"Resource": "*",
"Effect": "Allow"
},
{
"Action": [
"s3:PutObject"
],
"Resource": [
"arn:aws:s3:::codepipeline*",
"arn:aws:s3:::elasticbeanstalk*"
],
"Effect": "Allow"
},
{
"Action": [
"s3:*",
"iam:PassRole"
],
"Resource": "*",
"Effect": "Allow"
}
],
"Version": "2012-10-17"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment