"networking.json"
- The cloudFormation template for network stack
- Create a cloudformation stack taking STACK_NAME as parameter
- Create and configure required networking resources
- Create a Virtual Private Cloud (VPC) resource
- Create Internet Gateway resource
- Attach the Internet Gateway to VPC
- Create a public Route Table called public-route-table
- Create a public route in route table with destination CIDR block 0.0.0.0/0 and InternetGateway as the target
script should take STACK_NAME as parameter
- "terminate-stack.sh": Delete the stack and all networking resources.