Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AWS Certified Solutions Architect - Associate SAA-C03 All Questions

View all questions & answers for the AWS Certified Solutions Architect - Associate SAA-C03 exam

Exam AWS Certified Solutions Architect - Associate SAA-C03 topic 1 question 839 discussion

A company runs an AWS Lambda function in private subnets in a VPC. The subnets have a default route to the internet through an Amazon EC2 NAT instance. The Lambda function processes input data and saves its output as an object to Amazon S3.

Intermittently, the Lambda function times out while trying to upload the object because of saturated traffic on the NAT instance's network. The company wants to access Amazon S3 without traversing the internet.

Which solution will meet these requirements?

  • A. Replace the EC2 NAT instance with an AWS managed NAT gateway.
  • B. Increase the size of the EC2 NAT instance in the VPC to a network optimized instance type.
  • C. Provision a gateway endpoint for Amazon S3 in the VPUpdate the route tables of the subnets accordingly.
  • D. Provision a transit gateway. Place transit gateway attachments in the private subnets where the Lambda function is running.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Scheldon
4 months, 1 week ago
Selected Answer: C
Answer C "The company wants to access Amazon S3 without traversing the internet." so we cannot use any NAT like in answer A & B. Transit Gateways is allowing reach Direct Connect or VPN connection from VPC. Hence C need to be a good answer
upvoted 2 times
...
boubie44
5 months, 1 week ago
why not D? i don't understand
upvoted 2 times
DanielWuTRT
3 months, 3 weeks ago
Complexity and cost are high and too complicated for scenarios where only S3 access is required.
upvoted 1 times
...
...
waldirlsantos
6 months ago
Selected Answer: C
The Key words are "Without traversig the internet". So, the awser is C. https://docs.aws.amazon.com/pt_br/vpc/latest/privatelink/gateway-endpoints.html
upvoted 3 times
...
AlvinC2024
6 months, 2 weeks ago
Selected Answer: C
By provisioning a gateway endpoint for Amazon S3 in the VPC, you enable the Lambda function running in the private subnets to access S3 directly without needing to go through the NAT instance or traverse the internet. This solution helps alleviate the network congestion issue and reduces latency since the traffic between Lambda and S3 stays within the AWS network. Additionally, updating the route tables of the subnets to route S3 traffic through the gateway endpoint ensures that the Lambda function can seamlessly communicate with S3 without encountering timeouts caused by network saturation on the NAT instance.
upvoted 2 times
...
dds69
6 months, 2 weeks ago
Selected Answer: A
NAT gateways are highly available and can automatically scale up to meet increased traffic demands.
upvoted 1 times
sandordini
5 months, 2 weeks ago
And uses the internet... So it can be a good solution, but not here, as: Without traversing the internet
upvoted 3 times
...
...
hpmargathia
6 months, 2 weeks ago
A https://aws.amazon.com/about-aws/whats-new/2015/12/introducing-amazon-vpc-nat-gateway-a-managed-nat-service/
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...