Setup RDS MySQL server that is accessible over the internet
Setup RDS MySQL server that is accessible over the internet
Steps:-
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. Now let's connect to the RDS using AWS CLI. First generate the authentication token with following command
aws rds generate-db-auth-token \
Comments
Post a Comment