I want to wrap up the VPC template from the previous blog entry “Moving forward with CloudFormation templates”
What we ended up with there was a VPC with a Private and a Public Sub-net in 3 Availability Zones.
Now I want to start to use the Outputs section of the template.
And when that has been introduced, I want to use Nested Stacks
Why Outputs?
When we create a VPC with the template from the last ... [continue reading]