Create and Deploy Public and Private Subnets Using AWS CloudFormation
In this lab, you’ll practice using CloudFormation to create and deploy public and private subnets on AWS. When you’re finished with this lab, you’ll have a Web Server running on a public subnet, connecting to an Application running on a private subnet.
Terms and conditions apply.
Lab info
Lab author
Challenge
Use the Cloud9 Environment
Setup Cloud9 for your development environment.
Challenge
Create a VPC
Create a new Virtual Private Cloud.
Challenge
Create a Public and Private Subnet
Create a Public and Private Subnets inside the VPC.
Challenge
Deploy to the Private Subnet
Deploy a Web Server to the Private Subnet.
Challenge
Deploy to a Public Subnet
Use a Reverse Proxy to proxy connections from a Public Subnet to a Private Subnet.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.
Recommended prerequisites
- Amazon VPC
- EC2
- Security Groups
- Route Tables