Use latest version of the launch template
Changes to the launch template (e.g., ECS volume type/size) were not being applied because the launch template was set to the default version 1 rather than the latest changed version.
This commit is contained in:
parent
254e1ac65f
commit
4c91f1e9d6
1 changed files with 1 additions and 0 deletions
|
|
@ -96,6 +96,7 @@ rBuildsBatchComputeEnvironment:
|
|||
LaunchTemplate:
|
||||
LaunchTemplateId:
|
||||
Ref: rBuildsEcsLaunchTemplate
|
||||
Version: '$Latest'
|
||||
SpotIamFleetRole:
|
||||
"Fn::GetAtt": [ rBuildsSpotFleetIamRole, Arn ]
|
||||
SecurityGroupIds: ${self:custom.securityGroupIds}
|
||||
|
|
|
|||
Loading…
Reference in a new issue