Hard1 markMultiple Choice
AWS SAA-C03 · Question 56 · Domain 4.4: Network Cost Optimization
A company has applications running in private subnets that frequently access Amazon DynamoDB. They are currently routing this traffic through a NAT Gateway, resulting in high data transfer costs. How can they eliminate the NAT Gateway data transfer costs for DynamoDB?
A company has applications running in private subnets that frequently access Amazon DynamoDB. They are currently routing this traffic through a NAT Gateway, resulting in high data transfer costs. How can they eliminate the NAT Gateway data transfer costs for DynamoDB?
Answer options:
A.
Create an Interface VPC Endpoint (AWS PrivateLink) for DynamoDB.
B.
Create a Gateway VPC Endpoint for DynamoDB and update the route tables.
C.
Move the EC2 instances to a public subnet.
D.
Use AWS Direct Connect.
How to approach this question
Identify the free VPC endpoint type for DynamoDB.
Full Answer
B.Create a Gateway VPC Endpoint for DynamoDB and update the route tables.✓ Correct
Gateway VPC Endpoints are available for S3 and DynamoDB. They are completely free and allow resources in private subnets to access these services without going through a NAT Gateway.
Common mistakes
Choosing Interface Endpoint, which incurs an hourly charge and is not the standard for DynamoDB.
Practice the full AWS SAA-C03 Practice Exam 2
65 questions · hints · full answers · grading
More questions from this exam
Q01A company wants to ensure that no AWS resources can be created in the ap-northeast-1 region acros...EasyQ02A web application runs on Amazon EC2 instances behind an Application Load Balancer (ALB). The com...EasyQ03A company is storing highly sensitive data in an Amazon S3 bucket. The security team requires tha...MediumQ04An application running on an EC2 instance needs to access an Amazon DynamoDB table in a different...HardQ05A company needs to store database credentials securely. The credentials must be automatically rot...Medium
Expert