Which AWS services can a company use to host and run a MySQL database?
(Choose two.)
Amazon RDS
Amazon DynamoDB
Amazon S3
Amazon EC2
Amazon MQ
Explanations:
Amazon RDS (Relational Database Service) is a managed service that supports MySQL and other relational databases, providing easy deployment and management of MySQL databases.
Amazon DynamoDB is a NoSQL database service and does not support MySQL. It is intended for key-value and document databases, not relational databases.
Amazon S3 is an object storage service, not a database service. It cannot be used to host and run a MySQL database.
Amazon EC2 can be used to manually install and manage MySQL on a virtual server, but it is not a managed service like Amazon RDS. The setup and maintenance would be the responsibility of the user.
Amazon MQ is a managed message broker service for various messaging protocols, but it does not support hosting or running MySQL databases.