Skip to content

Commit 2884081

Browse files
committed
Use latest AMI ID from SSM
1 parent 56e8cad commit 2884081

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

spire/templates/shared-ecs/asg-aarch64.yml

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,11 @@ Description: >-
1111
1212
Parameters:
1313
kStagingImageId:
14-
Type: AWS::EC2::Image::Id
15-
# Update this value to change which AMI the launch template uses. You can
16-
# find the latest image ID here:
17-
# https://us-east-1.console.aws.amazon.com/systems-manager/parameters/aws/service/ecs/optimized-ami/amazon-linux-2023/arm64/recommended/image_id
18-
# You can see the full version and other information about that image here:
19-
# https://us-east-1.console.aws.amazon.com/systems-manager/parameters/aws/service/ecs/optimized-ami/amazon-linux-2023/arm64/recommended
20-
Default: ami-08b476084597865a0 # al2023-ami-ecs-hvm-2023.0.20241217-kernel-6.1-arm64
14+
Type: AWS::SSM::Parameter::Value<AWS::EC2::Image::Id>
15+
Default: /aws/service/ecs/optimized-ami/amazon-linux-2023/arm64/recommended/image_id
2116
kProductionImageId:
22-
Type: AWS::EC2::Image::Id
23-
# Update this value to change which AMI the launch template uses. You can
24-
# find the latest image ID here:
25-
# https://us-east-1.console.aws.amazon.com/systems-manager/parameters/aws/service/ecs/optimized-ami/amazon-linux-2023/arm64/recommended/image_id
26-
# You can see the full version and other information about that image here:
27-
# https://us-east-1.console.aws.amazon.com/systems-manager/parameters/aws/service/ecs/optimized-ami/amazon-linux-2023/arm64/recommended
28-
Default: ami-08b476084597865a0 # al2023-ami-ecs-hvm-2023.0.20241217-kernel-6.1-arm64
17+
Type: AWS::SSM::Parameter::Value<AWS::EC2::Image::Id>
18+
Default: /aws/service/ecs/optimized-ami/amazon-linux-2023/arm64/recommended/image_id
2919
########
3020
EnvironmentType: { Type: String }
3121
RegionMode: { Type: String }

0 commit comments

Comments
 (0)