Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. {
  2. "Version": "2012-10-17",
  3. "Id": "S3PolicyId1",
  4. "Statement": [
  5. {
  6. "Sid": "IPAllow",
  7. "Effect": "Allow",
  8. "Principal": "*",
  9. "Action": "s3:*",
  10. "Resource": "arn:aws:s3:::examplebucket/*",
  11. "Condition": {
  12. "IpAddress": {"aws:SourceIp": "54.240.143.0/24"},
  13. "NotIpAddress": {"aws:SourceIp": "54.240.143.188/32"}
  14. }
  15. }
  16. ]
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement