Amazon Web Services AWS Certified Solutions Architect - Professional SAP-C02 Question # 9 Topic 1 Discussion

Amazon Web Services AWS Certified Solutions Architect - Professional SAP-C02 Question # 9 Topic 1 Discussion

SAP-C02 Exam Topic 1 Question 9 Discussion:
Question #: 9
Topic #: 1

An ecommerce company runs an application on AWS. The application has an Amazon API Gateway API that invokes an AWS Lambda function. The data is stored in an Amazon RDS for PostgreSQL DB instance.

During the company's most recent flash sale, a sudden increase in API calls negatively affected the application's performance. A solutions architect reviewed the Amazon CloudWatch metrics during that time and noticed a significant increase in Lambda invocations and database connections. The CPU utilization also was high on the DB instance.

What should the solutions architect recommend to optimize the application's performance?


A.

Increase the memory of the Lambda function. Modify the Lambda function to close the database connections when the data is retrieved.


B.

Add an Amazon ElastiCache for Redis cluster to store the frequently accessed data from the RDS database.


C.

Create an RDS proxy by using the Lambda console. Modify the Lambda function to use the proxy endpoint.


D.

Modify the Lambda function to connect to the database outside of the function's handler. Check for an existing database connection before creating a new connection.


Get Premium SAP-C02 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.