SAP-C02 · Question #689
A company runs a software-as-a-service (SaaS) application on AWS. The application consists of AWS Lambda functions and an Amazon RDS for MySQL Multi-AZ database. During market events, the…
The correct answer is D. Migrate the database to Amazon Aurora, and add an Aurora Replica. Configure Amazon RDS. https://aws.amazon.com/blogs/compute/using-amazon-rds-proxy-with-aws-lambda/ https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/rds-proxy.html
Question
A company runs a software-as-a-service (SaaS) application on AWS. The application consists of AWS Lambda functions and an Amazon RDS for MySQL Multi-AZ database. During market events, the application has a much higher workload than normal. Users notice slow response times during the peak periods because of many database connections. The company needs to improve the scalable performance and availability of the database. Which solution meets these requirements?
Options
- ACreate an Amazon CloudWatch alarm action that triggers a Lambda function to add an Amazon
- BMigrate the database to Amazon Aurora, and add a read replica. Add a database connection pool
- CMigrate the database to Amazon Aurora, and add a read replica. Use Amazon Route 53 weighted
- DMigrate the database to Amazon Aurora, and add an Aurora Replica. Configure Amazon RDS
How the community answered
(29 responses)- A3% (1)
- B7% (2)
- C21% (6)
- D69% (20)
Explanation
https://aws.amazon.com/blogs/compute/using-amazon-rds-proxy-with-aws-lambda/ https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/rds-proxy.html
Community Discussion
No community discussion yet for this question.