Day 44: Relational Database Service in AWS

The Relational Database Service (RDS) is a managed database service provided by Amazon Web Services (AWS). It allows you to set up, operate, and scale a relational database in the cloud easily. RDS takes care of administrative tasks, such as hardware provisioning, database setup, patching, backups, and automated software updates, allowing you to focus on your applications and data.

Task-01

  • Create a Free tier RDS instance of MySQL

  • Create an EC2 instance

  • Create an IAM role with RDS access

  • Assign the role to EC2 so that your EC2 Instance can connect with RDS

    • Once the RDS instance is up and running, get the credentials and connect your EC2 instance using a MySQL client.

Watch this video for reference.

Happy Learning

Mohammed Muqafamuddin