Skip to content

Commit 1a9a7b4

Browse files
committed
Resize/renumber the default VPC CidrBlocks
Fixes #137 Also avoid 172.17.0.0/16 block used by AWS Cloud9 and SageMaker per https://docs.aws.amazon.com/vpc/latest/userguide/vpc-cidr-blocks.html Signed-off-by: Elliot Murphy <statik@users.noreply.github.com>
1 parent 91cb0ff commit 1a9a7b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

default-resources.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resources:
33
VPC:
44
Type: AWS::EC2::VPC
55
Properties:
6-
CidrBlock: 172.98.0.0/18
6+
CidrBlock: 172.22.0.0/20
77
EnableDnsSupport: true
88
EnableDnsHostnames: true
99
Tags:
@@ -15,7 +15,7 @@ resources:
1515
Properties:
1616
VpcId: !Ref VPC
1717
AvailabilityZone: ${aws:region, 'us-east-1'}a
18-
CidrBlock: 172.98.0.0/18
18+
CidrBlock: 172.22.0.0/20
1919
MapPublicIpOnLaunch: true
2020
Tags:
2121
- Key: Name

0 commit comments

Comments
 (0)