Skip to content

Commit a9c81f4

Browse files
committed
Remove unnecessary key/value pairs from chapter05/vpc.yaml
1 parent b8ebba2 commit a9c81f4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

chapter05/vpc.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,11 @@ Resources:
6060
Type: 'AWS::EC2::VPC'
6161
Properties:
6262
CidrBlock: '10.0.0.0/16'
63-
EnableDnsHostnames: 'true'
6463
Tags:
6564
- Key: Name
6665
Value: 'AWS in Action: chapter 5 (VPC)'
6766
InternetGateway:
6867
Type: 'AWS::EC2::InternetGateway'
69-
Properties: {}
7068
VPCGatewayAttachment:
7169
Type: 'AWS::EC2::VPCGatewayAttachment'
7270
Properties:
@@ -77,7 +75,6 @@ Resources:
7775
Properties:
7876
AvailabilityZone: !Select [0, !GetAZs '']
7977
CidrBlock: '10.0.0.0/24'
80-
MapPublicIpOnLaunch: true
8178
VpcId: !Ref VPC
8279
Tags:
8380
- Key: Name

0 commit comments

Comments
 (0)