From 22c5f4858d1411e501bef22742ed4097bada43ee Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sun, 10 May 2026 13:34:44 -0700 Subject: Change ECS AMI ID to Amazon Linux 2023 Updated ECS AMI ID to the latest Amazon Linux 2023 version. --- cf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cf.yml') diff --git a/cf.yml b/cf.yml index b8c27e7..f3af918 100644 --- a/cf.yml +++ b/cf.yml @@ -5,7 +5,7 @@ Parameters: ECSAMI: Description: AWS ECS AMI ID Type: AWS::SSM::Parameter::Value - Default: /aws/service/ecs/optimized-ami/amazon-linux-2/recommended/image_id + Default: /aws/service/ecs/optimized-ami/amazon-linux-2023/recommended/image_id FactorioImageTag: Type: String -- cgit v1.2.3