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.
1 parent 3c0e48f commit 4e8dfa2Copy full SHA for 4e8dfa2
chapter05/firewall5.yaml
@@ -48,7 +48,7 @@ Resources:
48
SecurityGroupProxy:
49
Type: 'AWS::EC2::SecurityGroup'
50
Properties:
51
- GroupDescription: 'Allowing incoming HTTP and ICPM from anywhere.'
+ GroupDescription: 'Allowing incoming HTTP and ICMP from anywhere.'
52
VpcId: !Ref VPC
53
SecurityGroupIngress:
54
- Description: 'allowing inbound ICMP traffic'
0 commit comments