Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 285 Bytes

File metadata and controls

12 lines (8 loc) · 285 Bytes

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