Laboratory
overview
In this lab session, you will create a basic virtual private cloud (VPC) manually. This VPC will include a frontend web server and a backend RDS subnets.
In this lab you will create:
- Create a base Amazon Virtual Private Cloud (VPC) in Ireland Region
- Create a public subnet for your web server
- Create an Internet Gateway
- Create a route table and add a route so that people can access your web server from the Internet
- Create a security group to restrict only HTTP traffic to your web server
- Create two private subnets for your Backend MySQL server
- Create a security group for your private subnet to only allow MySQL traffic from the public subnet
