Now we continue improving the VPC template from my previous blog entry “Starting with CloudFormation templates”
What we ended up with there was a VPC with one sub-net connected to the Internet. Or what is know in AWS lingo as a “Public Subnet”.
The goal now is a VPC with presence in tree Availability Zones with a “Public Subnet” in each, and a “Private Subnet” in each as well.
Humble beginnings
Before we go all out on tree ... [continue reading]