ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 62 - SOA-C02 discussion

Report
Export

A company is running a serverless application on AWS Lambda. The application stores data in an Amazon RDS for MySQL DB instance. Usage has steadily increased, and recently there have been numerous "too many connections" errors when the Lambda function attempts to connect to the database. The company already has configured the database to use the maximum max_connections value that is possible. What should a SysOps administrator do to resolve these errors?

A.
Create a read replica of the database. Use Amazon Route 53 to create a weighted DNS record that contains both databases.
Answers
A.
Create a read replica of the database. Use Amazon Route 53 to create a weighted DNS record that contains both databases.
B.
Use Amazon RDS Proxy to create a proxy. Update the connection string in the Lambda function.
Answers
B.
Use Amazon RDS Proxy to create a proxy. Update the connection string in the Lambda function.
C.
Increase the value in the max_connect_errors parameter in the parameter group that the database uses.
Answers
C.
Increase the value in the max_connect_errors parameter in the parameter group that the database uses.
D.
Update the Lambda function's reserved concurrency to a higher value.
Answers
D.
Update the Lambda function's reserved concurrency to a higher value.
Suggested answer: A
asked 16/09/2024
Ricardo Rodrigues
26 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first