Skip to content

Overkill CFN macro to create a full VPC.

License

Notifications You must be signed in to change notification settings

lambda-my-aws/cfnmacro-vpc

Repository files navigation

cfnmacro-vpc

Macro to create a new VPC

Overkill as it creates an entire VPC, the macro creates 1 subnet per AZ based on DescribeAzs.

Example of input template:

AWSTemplateFormatVersion: 2010-09-09

Parameters:
  VpcCidr:
    Type: String
    Default: 10.242.0.0/22

Transform:
  - cfnmacro-vpc

About

Overkill CFN macro to create a full VPC.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published