diff options
| author | Pinapelz <donaldshan1@outlook.com> | 2026-05-10 13:34:44 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-10 13:34:44 -0700 |
| commit | 22c5f4858d1411e501bef22742ed4097bada43ee (patch) | |
| tree | a53d394498256e83035541ac8292fbb1f4f775f5 /cf.yml | |
| parent | ef397c44b082cb3ca7acc4e6aefc78c33ff3f84d (diff) | |
Change ECS AMI ID to Amazon Linux 2023
Updated ECS AMI ID to the latest Amazon Linux 2023 version.
Diffstat (limited to 'cf.yml')
| -rw-r--r-- | cf.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ Parameters: ECSAMI:
Description: AWS ECS AMI ID
Type: AWS::SSM::Parameter::Value<AWS::EC2::Image::Id>
- 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
|
