Day 44: Relational Database Service in AWS

Rahul SinghRahul Singh
1 min read

What is amazon RDS?

Amazon Relational Database Service (RDS) is a web service that simplifies setting up, operating, and scaling relational databases in the cloud. It's a managed service that automates common database administration tasks, allowing users to focus on application development. RDS supports various database engines like MySQL, PostgreSQL, MariaDB, Oracle, SQL Server, and Amazon Aurora.

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.

0
Subscribe to my newsletter

Read articles from Rahul Singh directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Written by

Rahul Singh
Rahul Singh