Medium1 markMultiple Choice
AWS SAA-C03 · Question 46 · Domain 4.4: Network Cost Optimization
A company has a large number of Amazon EC2 instances in a private subnet that need to download updates from the internet. Currently, they are using a NAT Gateway. The finance team has noticed high data processing charges from the NAT Gateway. <br/><br/>How can the solutions architect reduce these costs if the updates are hosted in Amazon S3?
A company has a large number of Amazon EC2 instances in a private subnet that need to download updates from the internet. Currently, they are using a NAT Gateway. The finance team has noticed high data processing charges from the NAT Gateway. <br/><br/>How can the solutions architect reduce these costs if the updates are hosted in Amazon S3?
Answer options:
A.
Replace the NAT Gateway with a NAT Instance.
B.
Create a Gateway VPC Endpoint for Amazon S3.
C.
Move the EC2 instances to a public subnet.
D.
Create an Interface VPC Endpoint for Amazon S3.
How to approach this question
Recognize that S3 traffic through a NAT Gateway costs money, but through a Gateway Endpoint it is free.
Full Answer
B.Create a Gateway VPC Endpoint for Amazon S3.✓ Correct
Data transferred through a NAT Gateway incurs processing charges. By creating a Gateway VPC Endpoint for S3, traffic destined for S3 stays on the AWS network and bypasses the NAT Gateway. Gateway endpoints are provided at no additional charge.
Common mistakes
Selecting Interface Endpoint, which costs money.
Practice the full AWS SAA-C03 Practice Exam 4
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...MediumQ02An application running on Amazon EC2 instances needs to access an Amazon DynamoDB table. Both res...EasyQ03A company is designing a web application that will be hosted on AWS. The application will use an ...MediumQ04A company is building a mobile app that requires users to authenticate using their social media a...HardQ05A solutions architect is designing a VPC for a three-tier web application. The database tier must...Medium
Expert