Hardcode an image-id so we can easily update the compute environment in the future
This commit is contained in:
parent
e79b3aa00d
commit
9523499b6a
1 changed files with 1 additions and 0 deletions
|
|
@ -79,6 +79,7 @@ rBuildsEcsLaunchTemplate:
|
||||||
VolumeType: gp3
|
VolumeType: gp3
|
||||||
VolumeSize: 96
|
VolumeSize: 96
|
||||||
Encrypted: true
|
Encrypted: true
|
||||||
|
ImageId: ami-00d4cdb3bda21c6ed # This is al2023-ami-ecs-hvm-2023.0.20240430-kernel-6.1-x86_64
|
||||||
MetadataOptions:
|
MetadataOptions:
|
||||||
HttpTokens: required
|
HttpTokens: required
|
||||||
HttpPutResponseHopLimit: 2
|
HttpPutResponseHopLimit: 2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue