Skip to content

Commit 7c6b8e5

Browse files
authored
Update ai-gen-workshop-cfn.yml
1 parent eda71fe commit 7c6b8e5

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

ai-gen-workshop-cfn.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -444,19 +444,3 @@ Resources:
444444
awslogs-region: !Ref AWS::Region
445445
awslogs-group: !Ref CwLogGroup
446446
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

Comments
 (0)