Topic 1 Question 596
An ecommerce application uses a PostgreSQL database that runs on an Amazon EC2 instance. During a monthly sales event, database usage increases and causes database connection issues for the application. The traffic is unpredictable for subsequent monthly sales events, which impacts the sales forecast. The company needs to maintain performance when there is an unpredictable increase in traffic.
Which solution resolves this issue in the MOST cost-effective way?
Migrate the PostgreSQL database to Amazon Aurora Serverless v2.
Enable auto scaling for the PostgreSQL database on the EC2 instance to accommodate increased usage.
Migrate the PostgreSQL database to Amazon RDS for PostgreSQL with a larger instance type.
Migrate the PostgreSQL database to Amazon Redshift to accommodate increased usage.
ユーザの投票
コメント(8)
- 正解だと思う選択肢: A
Answer is A. Aurora Serverless v2 got autoscaling, highly available and cheaper when compared to the other options.
👍 5Guru4Cloud2023/09/13 - 正解だと思う選択肢: A
A to autoscaling
👍 2TiagueteVital2023/09/02 A: "he traffic is unpredictable for subsequent monthly sales events" --> serverless
👍 2tabbyDolly2023/09/19
シャッフルモード