Exercise 7(b) : Set up a RDS MySQL server in AWS

 To setup a RDS server in AWS:


1. In navigation, select Amazon RDS option. And select create database option.




2.  Select the standard create option in Choose a database creation method .

And in Engine options, select MySQL option.




3. In templates, select Free tier option and fill the unique name in DB instances identifier.







4.  In master username, type the login ID as admin. And in master password enter the password and confirm it again by entering it in confirm master password again.




5. In storage area, select the required storage type and allocate storage as 20 GIB

and leave others as default.


6. In public access, select yes instead of No and note the database port, whether it is 

3306.






7. In database authentication, select password authentication option.

Click  Create button. Copy the endpoint port address.





8. After successful installation of MySQL workbench, select the connection option in the bottom left corner, a window appears and give any connection name(aws-simpli) and in hostname paste the endpoint port that you have copied and give username as admin. And click the store in vault option and enter the password and click test connection. 




9. A windows appears as successfully made the MySQL connection, click ok. If you get failed to connect window , click on your security group that you created and edit your inbound rules.




10. Double click on the mysql connected, and enter the queries and click execute line statement.



11. An output displays as shown below in action output area in the bottom.




















Comments

Popular posts from this blog

Application-Load balancer

virtual to virtual migration

My First Virtual Machine