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?
Select an option, then click Submit answer.
Reference / correct answer:
Most accepted answer: D. Amazon Aurora Serverless
Community votes: B=2, C=1, D=9
Selected Answer: 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 upvoted 9 times
Selected Answer: D Amazon Aurora Serverless - automatically starts up, shuts down, and scales capacity up or down based on your application's needs, thus, reducing management overhead.* Amazon Aurora PostgreSQL-Compatible Edition - a simple and cost-effective to set up, operate, and scale your new and existing PostgreSQL deployments. Amazon RDS for PostgreSQL - deploy scalable PostgreSQL deployments in minutes with cost-efficient and resizable hardware capacity. upvoted 1 times
Selected Answer: D Amazon Aurora Serverless is a fully managed database service that automatically adjusts capacity based on the workload. It is specifically designed for use cases where the database is not used frequently or has variable workloads. With Aurora Serverless, you only pay for the database capacity that you use, and it automatically scales up and down as needed. This makes it a great fit for applications with unpredictable or infrequent usage. upvoted 1 times
Selected Answer: D D. Amazon Aurora Serverless - cost effective, automatic scaling, low management overhead upvoted 1 times
Selected Answer: D The correct answer is: D. Amazon Aurora Serverless Explanation: Amazon Aurora Serverless is the best choice for this company as it offers minimal resource management and automatically scales based on demand. With Aurora Serverless, there is no need to provision or manually manage database instances. Instead, Aurora Serverless adjusts automatically based on the incoming query volume. This significantly reduces administrative overhead for the company while providing a scalable solution for its database infrastructure. upvoted 2 times