jonathan-k-shapiro / cloudformation-templates

AWS CloudFormation templates for common tasks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cloudformation-templates

AWS CloudFormation templates for common tasks.

vpc.yaml

Create a functional VPC with three subnets, available to the public internet.

aws cloudformation create-stack --stack-name test-vpc --template-body fileb:///<path-to-folder>/vpc.yaml

About

AWS CloudFormation templates for common tasks.

License:MIT License