Summary
In this chapter, we have taken our next step in using Ansible to launch resources in a public cloud. We have laid the groundwork for automating quite a complex environment by creating a VPC, setting up the subnets we need for our application, provisioning an internet gateway, and setting our instances to route their outgoing traffic through it.
We have configured four security groups, with three containing dynamic content, to secure the services launching into our VPC.
In the next chapter, we will build on the foundations laid in this chapter and launch a more complex set of services alongside the VPC.