Skip to content

Instantly share code, notes, and snippets.

@codexponent
Created October 30, 2020 09:03
Show Gist options
  • Select an option

  • Save codexponent/8dec89a3fd1451d64511059af0c6644d to your computer and use it in GitHub Desktop.

Select an option

Save codexponent/8dec89a3fd1451d64511059af0c6644d to your computer and use it in GitHub Desktop.
Policy for Association of Elastic IP and S3 Read Access
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"ec2:DescribeAddresses",
"ec2:AllocateAddress",
"ec2:DescribeInstances",
"ec2:AssociateAddress",
"ec2:DisassociateAddress",
"s3:Get*",
"s3:List*"
],
"Resource": "*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment