Setup RDS MySQL server that is accessible over the internet

 1. Search for RDS service in AWS console.



2. Create a database




3. Give appropriate name and password.



4. Make your Database publicly accessible.



5. Finally create database.




6. RDS successfully created.

7. Configure security groups.


8. Open MySQL workbench and click on the plus symbol to create a new connection copy the host name from newly created database in RDS and use the master password for creation of database in connection settings


9. Now perform all the required operation as you need from MySQL workbench











Comments