Skip to content

Commit

Permalink
Merge pull request #794 from PRX/al2023
Browse files Browse the repository at this point in the history
Use AL2023 for Spire prod ECS instances
  • Loading branch information
farski authored Dec 10, 2024
2 parents af8c86e + 589b4bf commit 487e622
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 487e622

Please sign in to comment.