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 a588e9a commit 6cfa5ebCopy full SHA for 6cfa5eb
src/lib/cdk-constructs/src/vpc/asg.ts
@@ -101,7 +101,7 @@ export class RsysLogAutoScalingGroup extends Construct {
101
autoScalingGroupName: `${props.acceleratorPrefix}RsyslogAutoScalingGroup`,
102
launchTemplate: {
103
launchTemplateId: launchTemplate.ref,
104
- version: '1',
+ version: launchTemplate.attrLatestVersionNumber,
105
},
106
vpcZoneIdentifier: props.subnetIds,
107
maxInstanceLifetime: props.maxInstanceAge * 86400,
0 commit comments