exam questions

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

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

Exam AWS Certified Solutions Architect - Associate SAA-C02 topic 1 question 803 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 (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
BECAUSE
2 years ago
Selected Answer: B
B is the answer
upvoted 1 times
...
Jobair
2 years, 7 months ago
Selected Answer: B
RDS is in the private subnet. So, to connect to RDS the proxy needs to be in the same VPC https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/rds-proxy.html
upvoted 1 times
...
Alexander_Nox
2 years, 8 months ago
Selected Answer: B
Answer is B, must be in same VPC
upvoted 1 times
...
ErnShm
2 years, 9 months ago
According to all AWS best practice, the RDS proxy need to be at the same vpc
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 ...