In this lab, you are asked to deploy a simple RDS instance. After completing this lab, students will have hands-on experience deploying a simple RDS instance using the AWS web console.
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Deploy RDS Instance
Deploy a single-AZ RDS instance using the AWS web console.
- Enable Connectivity to Existing EC2 Node
When creating the RDS instance, ensure connectivity to the existing EC2 node.
- Confirm Connectivity
Once deployed, confirm connectivity from the EC2 node to the RDS instance using the
psql
command.