Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 699 Bytes

standard-networking.md

File metadata and controls

17 lines (13 loc) · 699 Bytes
description
Deployment instructions for AWS standard networking to be used with sorry-cypress

Standard Networking

The standard networking CloudFormation template deploys the following resources:

  • a VPC with CIDR range 10.0.0.0/16
  • 2 public subnets with CIDR ranges 10.0.0.0/24 and 10.0.1.0/24
  • 2 private subnets with CIDR ranges 10.0.2.0/24 and 10.0.3.0/24
  • an Internet Gateway
  • a NAT Gateway
  • a public and private route table
  • all required attachments and associations

This is not required to run sorry-cypress but is provided as a convenience when deploying the advanced template. Any pre-existing VPC with at least 1 subnet and routing to the Internet can be used.