Advertisement
Guest User

Untitled

a guest
Sep 28th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. {
  2. "Version": "2012-10-17",
  3. "Id": "PolicyForCredentials",
  4. "Statement": [
  5. {
  6. "Sid": "Allow-production-VPC-to-getObject",
  7. "Effect": "Allow",
  8. "Principal": "*",
  9. "Action": "s3:getObject",
  10. "Resource": "arn:aws:s3:::<bucket name>/*",
  11. "Condition": {
  12. "StringEquals": {
  13. "aws:sourceVpce": "上で作ったVPCエンドポイントID"
  14. }
  15. }
  16. }
  17. ]
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement