File tree Expand file tree Collapse file tree 1 file changed +4
-14
lines changed
spire/templates/shared-ecs Expand file tree Collapse file tree 1 file changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -11,21 +11,11 @@ Description: >-
1111
1212Parameters :
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 }
You can’t perform that action at this time.
0 commit comments