Topic 1 Question 475
An application uses an Amazon Aurora MySQL DB cluster that includes one Aurora Replica. The application's read performance degrades when there are more than 200 user connections. The number of user connections is approximately 180 on a consistent basis. Occasionally, the number of user connections increases rapidly to more than 200.
A SysOps administrator must implement a solution that will scale the application automatically as user demand increases or decreases.
Which solution will meet these requirements?
Modify the DB cluster by increasing the Aurora Replica instance size.
Modify the DB cluster by changing to serverless mode whenever the number of user connections exceeds 200.
Migrate to a new Aurora DB cluster that has multiple writer instances. Modify the application's database connection string.
Create an auto scaling policy that has a target value of 195 for the DatabaseConnections metric.
ユーザの投票
コメント(2)
- 正解だと思う選択肢: D
D makes most sense here..
👍 1Aamee2024/10/29 D and chatGPT agrees>>>>To address the read performance degradation and ensure the application scales automatically based on user demand, the SysOps administrator should optimize the Amazon Aurora MySQL DB cluster for scaling. Here's the solution:Navigate to the Aurora DB cluster. Under the "Read Replicas" section, enable Auto Scaling. Define scaling policies (e.g., target CPU utilization or custom CloudWatch metrics such as DatabaseConnections).
👍 1numark2024/11/19
シャッフルモード