Topic 1 Question 328
A company is running production workloads that use a Multi-AZ deployment of an Amazon RDS for MySQL db.m6g.xlarge (general purpose) standard DB instance. Users report that they are frequently encountering a “too many connections” error. A SysOps administrator observes that the number of connections on the database is high.
The SysOps administrator needs to resolve this issue while keeping code changes to a minimum.
Which solution will meet these requirements MOST cost-effectively?
Modify the RDS for MySQL DB instance to a larger instance size.
Modify the RDS for MySQL DB instance to Amazon DynamoDB.
Configure RDS Proxy. Modify the application configuration file to use the RDS Proxy endpoint.
Modify the RDS for MySQL DB instance to a memory optimized DB instance.
ユーザの投票
コメント(3)
- 正解だと思う選択肢: C
C: too many connections” error - Answer is always RDS proxy
👍 2Pete9872023/06/30 - 正解だと思う選択肢: C
The correct answer is C The "too many connections" error indicates that the Amazon RDS for MySQL DB instance is reaching its maximum allowed connections, causing users to encounter issues. RDS Proxy is a highly recommended solution to manage database connections and improve scalability and availability. By implementing RDS Proxy and updating the application's configuration to use the proxy endpoint, you can effectively manage connections and alleviate the "too many connections" issue without making significant code changes.
👍 2jlmadvig2023/07/04 C is correct.
👍 2[Removed]2023/07/09
シャッフルモード