SEARCH
You are in browse mode. You must login to use MEMORY

   Log in to start


From course:

AWS Solution Architect

» Start this Course
(Practice similar questions for free)
Question:

A solutions architect has developed a web application that uses an Amazon API Gateway Regional endpoint and an AWS Lambda function. The consumers of the web application are all close to the AWS Region where the application will be deployed. The Lambda function only queries an Amazon Aurora MySQL database. The solutions architect has configured the database to have three read replicas. During testing, the application does not meet performance requirements. Under high load, the application opens a large number of database connections. The solutions architect must improve the application’s performance. Which actions should the solutions architect take to meet these requirements? (Choose two.) A. Use the cluster endpoint of the Aurora database. B. Use RDS Proxy to set up a connection pool to the reader endpoint of the Aurora database. C. Use the Lambda Provisioned Concurrency feature. D. Move the code for opening the database connection in the Lambda function outside of the event handler. E. Change the API Gateway endpoint to an edge-optimized endpoint.

Author: Jorge Soroce



Answer:

Use RDS Proxy to set up a connection pool to the reader endpoint of the Aurora database. Move the code for opening the database connection in the Lambda function outside of the event handler.


0 / 5  (0 ratings)

1 answer(s) in total