Skip to content

Commit 48a4448

Browse files
committed
Fix(aws): Use latest launch template, not default
1 parent 636ce93 commit 48a4448

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

aws/setup/batch/environment.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
],
3333
"instanceRole": "arn:aws:iam::039984708918:instance-profile/kilian-codeclash-ecsInstanceRole",
3434
"launchTemplate": {
35-
"launchTemplateName": "kilian-codeclash-launch-template"
35+
"launchTemplateName": "kilian-codeclash-launch-template",
36+
"version": "$Latest"
3637
},
3738
"ec2Configuration": [
3839
{

0 commit comments

Comments
 (0)