Topic 1 Question 383
A company is running an ecommerce application on AWS. The application maintains many open but idle connections to an Amazon Aurora DB cluster. During times of peak usage, the database produces the following error message: "Too many connections." The database clients are also experiencing errors.
Which solution will resolve these errors?
Increase the read capacity units (RCUs) and the write capacity units (WCUs) on the database.
Configure RDS Proxy. Update the application with the RDS Proxy endpoint.
Turn on enhanced networking for the DB instances.
Modify the DB cluster to use a burstable instance type.
ユーザの投票
コメント(1)
- 正解だと思う選択肢: B
B is correct. RDS proxy is solved the issue https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/rds-proxy.howitworks.html
👍 1WinAndWin2024/01/01
シャッフルモード