(aws_batch): The default value of Launch Template is default but should be latest #28137
Labels
@aws-cdk/aws-batch
Related to AWS Batch
bug
This issue is a bug.
effort/medium
Medium work item – several days of effort
p3
Describe the bug
The property of Compute Environment > LaunchTemplateSpecification > Version is set by the module
aws-batch
as Default. But when I update the launch template with CDK. The module selects the first version not the latesthttps://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html
Expected Behavior
The Module
aws-batch
should set Compute Environment > LaunchTemplateSpecification > Version to$Latest
Current Behavior
The property of Compute Environment > LaunchTemplateSpecification > Version is set by the module
aws-batch
as Default.Reproduction Steps
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.110.1 (build 0d37f0d)
Framework Version
No response
Node.js Version
v18.0.0
OS
Macos
Language
Python
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: