AWS Certified SysOps Administrator – Associate (legacy) — Question 714

A user needs to put sensitive data in an Amazon S3 bucket that can be accessed through an S3 VPC endpoint only. The user must ensure that resources in the
VPC can only access the single S3 bucket.
Which combination of actions will meet the requirements? (Choose two.)

Answer options

Correct answer: A, D

Explanation

To restrict S3 bucket access solely through the S3 VPC endpoint, a bucket policy must be configured using the aws:sourceVpce condition to enforce this path (Option A). To ensure resources within the VPC cannot access any other S3 buckets, the VPC endpoint policy itself must be modified to explicitly restrict allowed destinations to only the target S3 bucket (Option D). Other options like modifying VPC peering or applying incorrect policies do not satisfy these dual security constraints.