A logistics company is migrating its traditional web application to AWS. The application relies on a relational database schema that requires complex SQL queries and table joins. To minimize management effort, the company wants AWS to handle database setup, operating system patching, and automated backups, while maintaining standard MySQL compatibility. Which AWS database option meets these requirements?
- AAmazon DynamoDB
- BMySQL hosted on an Amazon EC2 instance
- Amazon RDS for MySQLCevap
- DAmazon Redshift
Cevap
Amazon RDS for MySQL
Amazon RDS is a managed service for relational databases that simplifies database administration. It automates setup, operating system patching, and database backups, while providing full compatibility with MySQL, thereby satisfying all of the company's requirements.
Adım Adım Çözüm
Anahtar Kavram
Selecting the appropriate managed relational database service in AWS to balance relational query capabilities and operational management overhead.