AWS SAP-C02 · Question 65 · Domain 3.3: Performance Improvement
An architecture includes an Amazon API Gateway, AWS Lambda, and Amazon RDS. The Lambda function frequently exhausts the available database connections on the RDS instance during traffic spikes. What is the MOST effective way to resolve this issue without increasing the RDS instance size?
Answer options:
Increase the Lambda concurrent execution limit.
Implement Amazon RDS Proxy between the Lambda function and the RDS instance.
Use Amazon ElastiCache to cache database connections.
Configure the Lambda function to close the connection after every query.
75 questions · hints · full answers · grading