How to Connect to AWS RDS Database
2. Gather Connection Details
3. Retrieve the Password
4. Ensure VPN Access
5. Connect from Client
How to Connect to AWS RDS Database
<db_client> -h <endpoint> -P <port> -u <username> -p
mysql -h your-db.cluster-xxxx.region.rds.amazonaws.com -P 3306 -u dbUser -p