Skip to content

Commit

Permalink
Merge pull request #53 from ibm-client-engineering/adam-updates
Browse files Browse the repository at this point in the history
Fixed outbound rules, removed secondary disk from workers.
  • Loading branch information
jcosenz authored Mar 27, 2024
2 parents 94795b9 + 9de037c commit 0ab0a67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Resources:
SecurityGroupEgress:
- IpProtocol: tcp
FromPort: 0
ToPort: 0
ToPort: 65535
CidrIp: 10.0.0.0/8
- IpProtocol: icmp
FromPort: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Resources:
SecurityGroupEgress:
- IpProtocol: tcp
FromPort: 0
ToPort: 0
ToPort: 65335
CidrIp: 10.0.0.0/8
VpcId: !Ref VpcId

Expand Down Expand Up @@ -98,7 +98,7 @@ Resources:
SecurityGroupEgress:
- IpProtocol: tcp
FromPort: 0
ToPort: 0
ToPort: 65535
CidrIp: 10.0.0.0/8
VpcId: !Ref VpcId

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,6 @@ Resources:
VolumeSize: "300"
VolumeType: "gp3"
Encrypted: 'true'
- DeviceName: /dev/xvdb
Ebs:
VolumeSize: "1024"
VolumeType: "gp3"
Encrypted: 'true'
InstanceType: !Ref WorkerInstanceType
NetworkInterfaces:
- AssociatePublicIpAddress: "false"
Expand Down

0 comments on commit 0ab0a67

Please sign in to comment.