Topic 1 Question 322
A user needs a relational database but does not have the resources to manage the hardware, resiliency, and replication.
Which AWS service option meets the user's requirements?
Run MySQL on Amazon Elastic Container Service (Amazon ECS).
Run MySQL on Amazon EC2.
Choose Amazon RDS for MySQL.
Choose Amazon ElastiCache for Redis.
ユーザの投票
コメント(3)
- 正解だと思う選択肢: C
- Running MySQL on Amazon ECS still needs to manage DB configuration.
- Running MySQL on Amazon EC2 is the same
- ElastiCache for Redis is an in-memory store, irrelevantly
- Amazon RDS is a fully managed cloud database service => Correct
👍 3StevenNGUYEN2024/07/08 C. Choose Amazon RDS for MySQL.
Amazon RDS (Relational Database Service) is a fully managed relational database service that takes care of tasks such as hardware provisioning, database setup, patching, and backups. It provides a managed environment for various database engines, including MySQL. With Amazon RDS for MySQL, users can offload the operational aspects of database management and focus on their application development.
👍 2Aghajee2024/07/08- 正解だと思う選択肢: C👍 1petercorn2024/07/09
シャッフルモード