Common patterns
Base VPC networking
An AWS infrastructure pattern, deployed with formae.
The foundational network that other workloads build on, meant to be applied
holistically in reconcile mode from a Git repository. One forma provisions a
VPC, an internet gateway, two public subnets, a public route table with its
route and subnet associations, and two security groups (one for a load balancer,
one for tasks) where the task security group accepts traffic from the load
balancer security group.
Deploy. Apply the example forma. formae brings up the VPC before the subnets,
route table, and security groups that reference it:
Verify. Once the command completes, the VPC is under management:
Tear down. Remove everything the forma created:
The full forma is in the
lifeline example.

