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...
Comments
Post a Comment