0% found this document useful (0 votes)
3 views10 pages

Mysql Rds

This document outlines the steps to connect a MySQL RDS database to an EC2 instance. It includes creating the database, configuring settings, launching the instance, and connecting to the database using the mysql-client. The process involves selecting the database engine, defining instance configurations, and updating security groups for connectivity.

Uploaded by

nocturnalh8411
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views10 pages

Mysql Rds

This document outlines the steps to connect a MySQL RDS database to an EC2 instance. It includes creating the database, configuring settings, launching the instance, and connecting to the database using the mysql-client. The process involves selecting the database engine, defining instance configurations, and updating security groups for connectivity.

Uploaded by

nocturnalh8411
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10

Connecting MySQL RDS DB to EC2

instance.

Step 1: Dashboard of RDS Service


Step2: Create a database.

Step 3: Choose a database creation method.


Step 4: Select the database Engin option.
➢ Select the database engine as MySQL.

Step 5: Select the version.


Step 6: Select the Templates.

Step 7: Setting the database.


Enter the username Master Password for access the
database.
Step 8: Define Instance configuration and Storage.

Step 9: Select the connectivity


Step 10: Select the VPC

Step 11: Click on create database.


Step 12: Database is created.

Step 13: Launch an instance


Step 14: Add rule in security group.

Step 15: Connect to an instance


Step 16: Update the system

Step 17: Install the mysql-client


Step 18: Connect to the the mysql database
➢ mysql -h <Endpoint_url> -u <username> -p
➢ Enter the password:

Step 19: Create a database.

You might also like