Building Your First Amazon Virtual Private Cloud (VPC)
Topics Covered
https://www.qwiklabs.com/focuses/3629?parent=catalog
- Create an Amazon Virtual Private Cloud
- Create a public and private subnets
- Create an Internet gateway
- Create a Route Table and added a route to Internet
- Create a security group for your web server to only allow HTTP traffic to your web server
- Create a security group for your MySQL RDS instance to only allow MySQL traffic from public subnets
- Deploy a web server and a MySQL RDS instance
- Configure your application to connect to your MySQL RDS instance