We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
chapter05/vpc.yaml
1 parent b8ebba2 commit a9c81f4Copy full SHA for a9c81f4
chapter05/vpc.yaml
@@ -60,13 +60,11 @@ Resources:
60
Type: 'AWS::EC2::VPC'
61
Properties:
62
CidrBlock: '10.0.0.0/16'
63
- EnableDnsHostnames: 'true'
64
Tags:
65
- Key: Name
66
Value: 'AWS in Action: chapter 5 (VPC)'
67
InternetGateway:
68
Type: 'AWS::EC2::InternetGateway'
69
- Properties: {}
70
VPCGatewayAttachment:
71
Type: 'AWS::EC2::VPCGatewayAttachment'
72
@@ -77,7 +75,6 @@ Resources:
77
75
78
76
AvailabilityZone: !Select [0, !GetAZs '']
79
CidrBlock: '10.0.0.0/24'
80
- MapPublicIpOnLaunch: true
81
VpcId: !Ref VPC
82
83
0 commit comments