Buscar
Estás en modo de exploración. debe iniciar sesión para usar MEMORY

   Inicia sesión para empezar


Por supuesto:

AWS Solution Architect

» Iniciar este curso
(Practica preguntas similares gratis)
Pregunta:

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.

Autor: Jorge Soroce



Respuesta:

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 calificaciones)

1 answer(s) in total