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.
2 parents 8bf2c90 + f8ea44a commit d550b2dCopy full SHA for d550b2d
cluster/cluster.yaml
@@ -2148,6 +2148,7 @@ Resources:
2148
shellProfile:
2149
linux: 'bash'
2150
2151
+{{- if eq .Cluster.Region "eu-central-1"}}
2152
SessionManagerSubscriptionFilter:
2153
Type: AWS::Logs::SubscriptionFilter
2154
Properties:
@@ -2181,6 +2182,7 @@ Resources:
2181
2182
Resource:
2183
- !GetAtt SessionManagerLogGroup.Arn
2184
RoleName: "SessionManagerSubscriptionFilterRole"
2185
+{{- end }}
2186
2187
AWSNodeDecommissionerIAMRole:
2188
Type: 'AWS::IAM::Role'
0 commit comments