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 685 discussion

A company’s ecommerce website has unpredictable traffic and uses AWS Lambda functions to directly access a private Amazon RDS for PostgreSQL DB instance. The company wants to maintain predictable database performance and ensure that the Lambda invocations do not overload the database with too many connections.

What should a solutions architect do to meet these requirements?

  • A. Point the client driver at an RDS custom endpoint. Deploy the Lambda functions inside a VPC.
  • B. Point the client driver at an RDS proxy endpoint. Deploy the Lambda functions inside a VPC.
  • C. Point the client driver at an RDS custom endpoint. Deploy the Lambda functions outside a VPC.
  • D. Point the client driver at an RDS proxy endpoint. Deploy the Lambda functions outside a VPC.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
ogerber
Highly Voted 8 months ago
Selected Answer: B
Option B. Reduce number of connection to RDS -> RDS Proxy. "A Lambda function that's outside of a VPC can't access an RDS instance that's inside a VPC." https://repost.aws/knowledge-center/connect-lambda-to-an-rds-instance
upvoted 9 times
...
Kezuko
Most Recent 7 months ago
Selected Answer: B
Have to be inside VPC in order to access the RDS instance for Lambda
upvoted 4 times
...
ogerber
8 months ago
Option B. Reduce number of connection to RDS -> RDS Proxy. "A Lambda function that's outside of a VPC can't access an RDS instance that's inside a VPC." https://repost.aws/knowledge-center/connect-lambda-to-an-rds-instance
upvoted 3 times
...
Moon239
8 months, 1 week ago
Same as question 802 in SAA-C02
upvoted 2 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 ...