amazondumps.us

Tuesday, 20 December 2016

AWS SysOps Exam Dumps Sample Question - Amazondumps.us

What does the following S3 bucket policy do? { “Version”: “2012-10-17″, “Id”: “S3PolicyId1″, “Statement”: [ { "Sid": "IPAllow", "Effect": "Allow", "Principal": "*", "Action": "s3:*", "Resource": "arn:aws:s3:::cloudthat-training/*", "Condition": { "IpAddress": {"aws:SourceIp": "54.240.143.0/24"}, "NotIpAddress": {"aws:SourceIp": "54.240.143.188/32"} } } ] }

A.  Denies access to “cloudthat-training” bucket from 54.240.143.188 IP address and allows access to 54.240.143.0/24 subnet

B.  Allows everyone access to an object called “training” in “cloudthat” bucket only from 54.240.143.0 IP address.

C.  Allows everyone access to “cloudthat-training” bucket from 54.240.143.0 subnet, except from 54.240.143.188 IP address.

D.  Allows everyone access to “cloudthat-training” bucket only from 54.240.143.0 IP address.




No comments:

Post a Comment

Note: only a member of this blog may post a comment.