AWS Certified Solutions Architect – Professional — Question 767

A company wants to use Amazon S3 for object storage. Users must be able to access the objects from devices that are connected to their on-premises private network or Amazon EC2 instances. The company has configured AWS Direct Connect and AWS Site-to-Site VPN as a backup. The company does not want to route S3 traffic over the public Internet. The company also requires all data that is stored in S3 buckets to be appropriately classified by data type with a tag named DataClassification.

Which combination of steps should a solutions architect take to meet these requirements? (Choose three.)

Answer options

Correct answer: B, E, F

Explanation

Interface VPC endpoints (AWS PrivateLink) are required for on-premises systems to reach Amazon S3 over Direct Connect or VPN because gateway VPC endpoints cannot be accessed from outside a VPC. Conversely, EC2 instances within the VPC can use a gateway VPC endpoint to access S3 privately and cost-effectively. For the tagging and classification requirements, AWS Config is ideal for auditing resource tags, while Amazon Macie is the correct service for scanning S3 bucket content to automatically discover, classify, and trigger Lambda functions via EventBridge to apply the appropriate DataClassification tags.