Medium1 markMultiple Choice
AWS SAA-C03 · Question 64 · Domain 4.4: Network Cost Optimization
An application running on EC2 instances in a private subnet frequently downloads large datasets from Amazon S3. The instances use a NAT Gateway to access S3. The company has noticed high data processing charges on the NAT Gateway.<br/><br/>How can a solutions architect eliminate the NAT Gateway data processing charges for S3 traffic?
An application running on EC2 instances in a private subnet frequently downloads large datasets from Amazon S3. The instances use a NAT Gateway to access S3. The company has noticed high data processing charges on the NAT Gateway.<br/><br/>How can a solutions architect eliminate the NAT Gateway data processing charges for S3 traffic?
Answer options:
A.
Move the EC2 instances to a public subnet.
B.
Create a Gateway VPC Endpoint for Amazon S3.
C.
Replace the NAT Gateway with a NAT Instance.
D.
Use AWS Direct Connect.
How to approach this question
Identify the free VPC feature that routes traffic to S3.
Full Answer
B.Create a Gateway VPC Endpoint for Amazon S3.✓ Correct
Create a Gateway VPC Endpoint for Amazon S3.
Gateway VPC Endpoints provide reliable connectivity to Amazon S3 without requiring an internet gateway or a NAT device. There is no additional charge for using Gateway endpoints, which eliminates the per-GB data processing charges of a NAT Gateway.
Common mistakes
Thinking Interface VPC Endpoints (PrivateLink) are required for S3, which actually cost money per hour and per GB, whereas Gateway Endpoints are free.
Practice the full AWS SAA-C03 Practice Exam 6
65 questions · hints · full answers · grading
More questions from this exam
Q01A company has multiple AWS accounts in an AWS Organizations organization. The security team wants...MediumQ02A company has two AWS accounts: Account A for development and Account B for production. Developer...MediumQ03A mobile application needs to authenticate users using their social media accounts (Facebook, Goo...EasyQ04A company is running an application on Amazon EC2 instances. The application needs to connect to ...MediumQ05A company has 50 AWS accounts managed by AWS Organizations. The IT team wants to implement a cent...Easy
Expert