ExamQuestions.com

Register
Login
AWS Certified Advanced Networking Specialty Exam Questions

Amazon

AWS Certified Advanced Networking Specialty

232 / 585

Question 232:

A manufacturing firm is storing all project documents in various S3 buckets. Application servers deployed within a VPC need to access these S3 buckets to fetch the latest files. To limit servers with Internet access, the client has created Amazon S3 endpoint to have secure access to the S3 bucket. The client needs to further enhance security by having control over individual Servers accessing only authorized S3 buckets (using role-based access on a bucket policy) and should be denied from accessing all other S3 buckets. Which of the following can be used to meet this requirement?

Answer options:

A.Create a VPC endpoint policy that restricts access to specific S3 buckets only.
B.Create an S3 bucket policy with aws:SourceIp condition matching instance IP address to control access from each server to S3 bucket.
C.Create an outbound security group rule which specifies a prefix list for the S3 bucket from each server.
D.Create an outbound NACL that specifies a prefix list for the S3 bucket from each server.