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 eda71fe commit 7c6b8e5Copy full SHA for 7c6b8e5
ai-gen-workshop-cfn.yml
@@ -444,19 +444,3 @@ Resources:
444
awslogs-region: !Ref AWS::Region
445
awslogs-group: !Ref CwLogGroup
446
awslogs-stream-prefix: ecs
447
-
448
- BuildOnSecurityGroup:
449
- Type: AWS::EC2::SecurityGroup
450
- Properties:
451
- GroupDescription: allow port 80 to build_on_poster
452
- GroupName: build_on_poster
453
- SecurityGroupIngress:
454
- - IpProtocol: tcp
455
- FromPort: '80'
456
- ToPort: '80'
457
- CidrIp: '0.0.0.0/0'
458
- SecurityGroupEgress:
459
- - CidrIp: 0.0.0.0/0
460
- Description: Allow all outbound traffic by default
461
- IpProtocol: "-1"
462
- VpcId: !GetAtt DefaultVpcFinder.VpcId
0 commit comments