AWS

Why to use AWS RDS instead of launching an EC2 instance and install a database on it?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

AWS RDS is a managed service, that means it's automatically provisioned and patched for you.

In addition, it provides you with continuous backup (and the ability to restore from any point of time), scaling capability (both horizontal and vertical), monitoring dashboard and read replicas.