Topic 1 Question 240
A company wants to migrate its PostgreSQL database to AWS. The company does not use the database frequently.
Which AWS service or resource will meet these requirements with the LEAST management overhead?
PostgreSQL on Amazon EC2
Amazon RDS for PostgreSQL
Amazon Aurora PostgreSQL-Compatible Edition
Amazon Aurora Serverless
ユーザの投票
コメント(12)
- 正解だと思う選択肢: D
If cost is not a concern and you want the least management overhead, Amazon Aurora Serverless would be the best option. Amazon Aurora Serverless provides the highest level of automation and scalability as it is a serverless database solution. You don't have to worry about managing database instances, scaling, or maintenance. The database automatically scales up and down to meet your application's requirements, and you only pay for the resources you actually use.
So, the correct answer in this case would be:
D. Amazon Aurora Serverless
👍 8VikJo19782023/12/10 - 正解だと思う選択肢: B
For me the correct answer is B
👍 4fguglia2023/11/26 - 正解だと思う選択肢: B
Answer is B From ChatGPT: For a company that wants to migrate its PostgreSQL database to AWS with minimal management overhead, Amazon RDS (Relational Database Service) is a suitable solution. Amazon RDS takes care of routine database tasks such as backups, patch management, and scaling, allowing you to focus on your application instead of the underlying database infrastructure.
👍 3Hommedollars2024/02/20
シャッフルモード