
Answer-first summary for fast verification
Answer: Implementing a VPC endpoint
The correct answer is B: Implementing a VPC endpoint. A VPC endpoint enables private connections between your VPC and supported AWS services, without requiring an internet gateway, NAT device, VPN connection, or AWS Direct Connect connection. Instances in your VPC do not require public IP addresses to communicate with resources within the service. Therefore, using a VPC endpoint ensures that the traffic between the EC2-hosted application and Amazon S3 does not traverse the public internet, meeting the compliance requirements.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
How can a solutions architect ensure that traffic between an EC2-hosted application and Amazon S3 does not traverse the public internet, as per the chief information security officer's directive?
A
Using AWS Key Management Service (AWS KMS)
B
Implementing a VPC endpoint
C
Configuring a private subnet
D
Utilizing a virtual private gateway
No comments yet.