Skip to content

Commit

Permalink
Use AL2023 for Spire prod ECS instances
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Dec 10, 2024
1 parent af8c86e commit 589b4bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spire/templates/shared-ecs/asg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ Parameters:
Type: AWS::SSM::Parameter::Value<AWS::EC2::Image::Id>
# 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
########
EnvironmentType: { Type: String }
RegionMode: { Type: String }
Expand Down

0 comments on commit 589b4bf

Please sign in to comment.