Pre-Winter Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: pass65

Amazon Web Services AWS Certified DevOps Engineer - Professional DOP-C02 Question # 117 Topic 12 Discussion

Amazon Web Services AWS Certified DevOps Engineer - Professional DOP-C02 Question # 117 Topic 12 Discussion

DOP-C02 Exam Topic 12 Question 117 Discussion:
Question #: 117
Topic #: 12

A DevOps engineer is building an application that uses an AWS Lambda function to query an Amazon Aurora MySQL DB cluster. The Lambda function performs only read queries. Amazon EventBridge events invoke the Lambda function.

As more events invoke the Lambda function each second, the database's latency increases and the database's throughput decreases. The DevOps engineer needs to improve the performance of the application.

Which combination of steps will meet these requirements? (Select THREE.)


A.

Use Amazon RDS Proxy to create a proxy. Connect the proxy to the Aurora cluster reader endpoint. Set a maximum connections percentage on the proxy.


B.

Implement database connection pooling inside the Lambda code. Set a maximum number of connections on the database connection pool.


C.

Implement the database connection opening outside the Lambda event handler code.


D.

Implement the database connection opening and closing inside the Lambda event handler code.


E.

Connect to the proxy endpoint from the Lambda function.


F.

Connect to the Aurora cluster endpoint from the Lambda function.


Get Premium DOP-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.