From d766ef5d898de79ee841ea0cf32481f0a9090fb0 Mon Sep 17 00:00:00 2001 From: Chris Kalafarski Date: Mon, 9 Dec 2024 11:12:17 -0500 Subject: [PATCH] Use AL2023 for Spire staging ECS instances Retrying 675abc3 --- spire/templates/shared-ecs/asg.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spire/templates/shared-ecs/asg.yml b/spire/templates/shared-ecs/asg.yml index fa77a5fe..837eacfa 100644 --- a/spire/templates/shared-ecs/asg.yml +++ b/spire/templates/shared-ecs/asg.yml @@ -14,9 +14,9 @@ Parameters: Type: AWS::SSM::Parameter::Value # Update this value to change which AMI the launch template uses. You can # find the latest image name here: - # https://console.aws.amazon.com/systems-manager/parameters/aws/service/ecs/optimized-ami/amazon-linux-2/recommended/image_name/description - # ▼ Put it here ▼ - Default: /aws/service/ecs/optimized-ami/amazon-linux-2/amzn2-ami-ecs-hvm-2.0.20240312-x86_64-ebs/image_id + # https://us-east-1.console.aws.amazon.com/systems-manager/parameters/aws/service/ecs/optimized-ami/amazon-linux-2023/recommended/image_name + # ▼ Put it here ▼ + Default: /aws/service/ecs/optimized-ami/amazon-linux-2023/al2023-ami-ecs-hvm-2023.0.20241115-kernel-6.1-x86_64/image_id kProductionImageId: Type: AWS::SSM::Parameter::Value # Update this value to change which AMI the launch template uses. You can