Skip to content
This repository was archived by the owner on Dec 31, 2025. It is now read-only.

Commit 2b8f65b

Browse files
committed
fix(upgrade): modify config converter to use SessionManagerLogging policy for config rule.
1 parent c107e03 commit 2b8f65b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference-artifacts/Custom-Scripts/lza-upgrade/src/convert-config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3611,7 +3611,7 @@ export class ConvertAseaConfig {
36113611
value = value.replace(
36123612
// DO NOT FIX THE SPELLING FOR INSTANCE. THE TYPO EXISTS IN ASEA
36133613
'${SEA::EC2InstaceProfilePermissions}',
3614-
'${ACCEL_LOOKUP::CustomerManagedPolicy:{{ AcceleratorPrefix }}-SessionManagerLogging}',
3614+
`\${ACCEL_LOOKUP::CustomerManagedPolicy:${this.aseaPrefix}SessionManagerLogging}`,
36153615
);
36163616
return value;
36173617
}

0 commit comments

Comments
 (0)