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 f720ace commit 220539dCopy full SHA for 220539d
cluster/cluster.yaml
@@ -143,6 +143,19 @@ Resources:
143
IpProtocol: tcp
144
SourceSecurityGroupId: !Ref EKSWorkerSecurityGroup
145
ToPort: 443
146
+ EKSEFSSecurityGroupIngressFromEKSWorkerSecurityGroup:
147
+ Properties:
148
+ FromPort: 2049
149
+ GroupId: !Ref EKSEFSWorkerSecurityGroup
150
+ IpProtocol: tcp
151
+ SourceSecurityGroupId: !Ref EKSWorkerSecurityGroup
152
+ ToPort: 2049
153
+ Type: 'AWS::EC2::SecurityGroupIngress'
154
+ EKSEFSWorkerSecurityGroup:
155
156
+ GroupDescription: EKS worker to EFS sg
157
+ VpcId: "{{.Cluster.ConfigItems.vpc_id}}"
158
+ Type: 'AWS::EC2::SecurityGroup'
159
EKSCluster:
160
Type: AWS::EKS::Cluster
161
Properties:
0 commit comments