Created
October 30, 2020 09:03
-
-
Save codexponent/8dec89a3fd1451d64511059af0c6644d to your computer and use it in GitHub Desktop.
Policy for Association of Elastic IP and S3 Read Access
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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