EX 7 b)Set up a RDS Mysql server in AWS
step 1 : search for RDS in services and go to RDS.Click on Create Database in Create Database Section on Dashboard.Choose Standard Create to configure db Instance.Choose MYSQL in Engine options and Free Tier in Templates.
step 2: Configure a DB instance name and credentials settings.
step 3: In connectivity and security copy the host name
step 4 : Install mysql workbench and setup new connection
step 5: Enter created password for testing the connection
step 6 : In security group edit your inbound rules for connection
step 7 : successfully connect your RDS in mysql server and create database
step 8: create table for my database and insert data
Comments
Post a Comment