Skip to content

Commit 6e5bcda

Browse files
committed
Naming vpcs and subnets.
1 parent d5e138c commit 6e5bcda

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

cloudformation/base.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Resources:
88
Tags:
99
- Key: Env
1010
Value: aws-data-wrangler
11+
- Key: Name
12+
Value: aws-data-wrangler
1113
CidrBlock: 10.19.224.0/19
1214
EnableDnsSupport: true
1315
EnableDnsHostnames: true
@@ -30,6 +32,8 @@ Resources:
3032
Tags:
3133
- Key: Env
3234
Value: aws-data-wrangler
35+
- Key: Name
36+
Value: aws-data-wrangler-public1
3337
VpcId:
3438
Ref: VPC
3539
AvailabilityZone:
@@ -44,6 +48,8 @@ Resources:
4448
Tags:
4549
- Key: Env
4650
Value: aws-data-wrangler
51+
- Key: Name
52+
Value: aws-data-wrangler-public2
4753
VpcId:
4854
Ref: VPC
4955
AvailabilityZone:
@@ -58,6 +64,8 @@ Resources:
5864
Tags:
5965
- Key: Env
6066
Value: aws-data-wrangler
67+
- Key: Name
68+
Value: aws-data-wrangler-private
6169
VpcId:
6270
Ref: VPC
6371
AvailabilityZone:

0 commit comments

Comments
 (0)