Medium1 markMultiple Choice
AWS SAP-C02 · Question 55 · Domain 1.5: Cost Optimization
A company is using AWS Cost Explorer and notices a significant increase in data transfer costs. Upon investigation, they find that EC2 instances in a private subnet are downloading large amounts of data from Amazon S3 via a NAT Gateway. How can the architect reduce these data transfer costs to zero?
A company is using AWS Cost Explorer and notices a significant increase in data transfer costs. Upon investigation, they find that EC2 instances in a private subnet are downloading large amounts of data from Amazon S3 via a NAT Gateway. How can the architect reduce these data transfer costs to zero?
Answer options:
A.
Move the EC2 instances to a public subnet and assign them Elastic IP addresses.
B.
Create a Gateway VPC Endpoint for Amazon S3 and update the private subnet route tables to point S3 traffic to the endpoint.
C.
Create an Interface VPC Endpoint (AWS PrivateLink) for Amazon S3.
D.
Use Amazon CloudFront to cache the S3 data.
How to approach this question
Identify the free VPC endpoint type for S3.
Full Answer
B.Create a Gateway VPC Endpoint for Amazon S3 and update the private subnet route tables to point S3 traffic to the endpoint.✓ Correct
Create a Gateway VPC Endpoint for Amazon S3 and update the private subnet route tables to point S3 traffic to the endpoint.
Gateway VPC Endpoints for Amazon S3 are completely free. They route traffic from your VPC directly to S3 over the AWS network, bypassing the NAT Gateway and eliminating its data processing charges.
Common mistakes
Choosing Interface Endpoints, which cost money.
Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 7
75 questions · hints · full answers · grading
More questions from this exam
Q01A global enterprise is designing a multi-region network architecture connecting 50 AWS accounts a...HardQ02A company is migrating its hybrid network to AWS. They have two 10 Gbps AWS Direct Connect connec...HardQ03An enterprise has 100 AWS accounts in AWS Organizations. The security team mandates that all Amaz...MediumQ04A financial company requires that all EBS volumes, S3 buckets, and RDS databases be encrypted usi...EasyQ05An enterprise is designing a disaster recovery strategy for a critical application running on Ama...Hard
Expert