Skip to content

Commit

Permalink
Use latest AMI ID from SSM
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Jan 8, 2025
1 parent 56e8cad commit 2884081
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions spire/templates/shared-ecs/asg-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,11 @@ Description: >-
Parameters:
kStagingImageId:
Type: AWS::EC2::Image::Id
# Update this value to change which AMI the launch template uses. You can
# find the latest image ID here:
# https://us-east-1.console.aws.amazon.com/systems-manager/parameters/aws/service/ecs/optimized-ami/amazon-linux-2023/arm64/recommended/image_id
# You can see the full version and other information about that image here:
# https://us-east-1.console.aws.amazon.com/systems-manager/parameters/aws/service/ecs/optimized-ami/amazon-linux-2023/arm64/recommended
Default: ami-08b476084597865a0 # al2023-ami-ecs-hvm-2023.0.20241217-kernel-6.1-arm64
Type: AWS::SSM::Parameter::Value<AWS::EC2::Image::Id>
Default: /aws/service/ecs/optimized-ami/amazon-linux-2023/arm64/recommended/image_id
kProductionImageId:
Type: AWS::EC2::Image::Id
# Update this value to change which AMI the launch template uses. You can
# find the latest image ID here:
# https://us-east-1.console.aws.amazon.com/systems-manager/parameters/aws/service/ecs/optimized-ami/amazon-linux-2023/arm64/recommended/image_id
# You can see the full version and other information about that image here:
# https://us-east-1.console.aws.amazon.com/systems-manager/parameters/aws/service/ecs/optimized-ami/amazon-linux-2023/arm64/recommended
Default: ami-08b476084597865a0 # al2023-ami-ecs-hvm-2023.0.20241217-kernel-6.1-arm64
Type: AWS::SSM::Parameter::Value<AWS::EC2::Image::Id>
Default: /aws/service/ecs/optimized-ami/amazon-linux-2023/arm64/recommended/image_id
########
EnvironmentType: { Type: String }
RegionMode: { Type: String }
Expand Down

0 comments on commit 2884081

Please sign in to comment.