Q59 — AWS SAP-C02 Ch.2

Question 59 of 75 | ← Chapter 2

Q209. A company has a data late in Amazon S3 that needs to be accessed by hundreds of applications across many AWS accounts. The company's information security policy states that the S3 bucket must not be accessed over the public internet and that each application should have the minimum permissions necessary to function. To meet these requirements, a solution architect plans to use an S3 access point that is restricted to specific VPCs for each application. Which combination of steps should the solutions architect take to implement this solution? (Choose Two)

Correct Answer: A. Create an S3 access point for each application in the AWS account that owns the S3 bucket. Configure each access point to be accessible only from the application's VPC. Update the bucket policy to require access from an access point., C. Create a gateway endpoint for Amazon S3 in each application's VPC. Configure the endpoint policy to allow access to an S3 access point. Specify the route table that is used to access the access point.

Explanation

B. Create an interface endpoint for Amazon S3 in each application's VPC. Configure the endpoint policy to allow access to an S3 access point. Create a VPC gateway attachment for the S3 endpoint. Option D suggests creating an S3 access point for each application in each AWS account and attaching the access points to the S3 bucket, but this approach would be inefficient and difficult to manage. Option E suggests creating a gateway endpoint for Amazon S3 in the data lake's VPC and attaching an endpoint policy to allow access to the S3 bucket, but this does not provide sufficient control over access to individual applications or VPCs.