File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ Resources:
6
6
Properties:
7
7
GroupDescription: Security group for Airflow Scheduler
8
8
GroupName: "{{ serviceName }}-{{ ENVIRONMENT }}-scheduler-security-group"
9
+ SecurityGroupEgress:
10
+ - CidrIp: 0.0.0.0/0
11
+ FromPort: 0
12
+ IpProtocol: -1
13
+ ToPort: 0
9
14
VpcId: !ImportValue network-VpcId
10
15
Tags:
11
16
- Key: Name
Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ Resources:
6
6
Properties:
7
7
GroupDescription: Security group for Airflow workers
8
8
GroupName: "{{ serviceName }}-{{ ENVIRONMENT }}-workers-security-group"
9
+ SecurityGroupEgress:
10
+ - CidrIp: 0.0.0.0/0
11
+ FromPort: 0
12
+ IpProtocol: -1
13
+ ToPort: 0
9
14
SecurityGroupIngress:
10
15
- CidrIp: "{{ service.cidrBlock }}/16"
11
16
FromPort: "{{ service.workers.port }}"
You can’t perform that action at this time.
0 commit comments