Checking Database Tier Access
Checking Database Tier Access
- Check and save the Database Endpoint.

- Connect to the Web tier EC2:
ssh -i <path_to_key_pair> ec2-user@<web_tier_ec2_private_ip>
- Then access the Database:
mysql --host=<database_endpoint_address> --user=<admin_name> --password=<password>

- Go back to the SSH session into Bastion Host and run the command:
nping -p 3306 <database_endpoint_address>

- Check the database

- Check the networking of the database.

- Check the Mutil-AZ of the Database.
