You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The image used by default does not match the image recommended by AWS for ECS.
This returns amzn2-ami-ecs-gpu-hvm-2.0.20210331-x86_64-ebs:
# Get latest Linux 2 ECS-optimized AMI by Amazondata"aws_ami""latest_ecs_ami" {
most_recent=truefilter {
name="name"values=["amzn2-ami-ecs-*"]
}
filter {
name="virtualization-type"values=["hvm"]
}
owners=["amazon"]
}
The recommended image, mentioned here, can be obtained with:
The image used by default does not match the image recommended by AWS for ECS.
This returns
amzn2-ami-ecs-gpu-hvm-2.0.20210331-x86_64-ebs
:The recommended image, mentioned here, can be obtained with:
The image id is
amzn2-ami-ecs-hvm-2.0.20210331-x86_64-ebs
, and this can be fetched with terraform using:The text was updated successfully, but these errors were encountered: