File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2125,7 +2125,7 @@ Resources:
2125
2125
SessionManagerLogGroup :
2126
2126
Type : AWS::Logs::LogGroup
2127
2127
Properties :
2128
- LogGroupName : " SessionManagerLogGroup -{{accountID .Cluster.InfrastructureAccount}}"
2128
+ LogGroupName : " SessionManager -{{accountID .Cluster.InfrastructureAccount}}-{{.Cluster.LocalID }}"
2129
2129
RetentionInDays : 30
2130
2130
2131
2131
SessionManagerPreferencesDocument :
@@ -2154,7 +2154,7 @@ Resources:
2154
2154
Properties :
2155
2155
LogGroupName : !Ref SessionManagerLogGroup
2156
2156
RoleArn : !GetAtt SessionManagerSubscriptionFilterRole.Arn
2157
- FilterName : " SessionManagerSubscriptionFilter -{{accountID .Cluster.InfrastructureAccount}}"
2157
+ FilterName : " SessionManager -{{accountID .Cluster.InfrastructureAccount}}-{{.Cluster.LocalID }}"
2158
2158
FilterPattern : " "
2159
2159
DestinationArn : " {{.Cluster.ConfigItems.session_manager_destination_arn}}"
2160
2160
@@ -2181,7 +2181,7 @@ Resources:
2181
2181
- " logs:PutLogEvents"
2182
2182
Resource :
2183
2183
- !GetAtt SessionManagerLogGroup.Arn
2184
- RoleName : " SessionManagerSubscriptionFilterRole "
2184
+ RoleName : " SessionManager-{{.Cluster.LocalID}} "
2185
2185
{{- end }}
2186
2186
2187
2187
AWSNodeDecommissionerIAMRole :
You can’t perform that action at this time.
0 commit comments