From b1942354d9633091745a7ea1ce8863715b627740 Mon Sep 17 00:00:00 2001 From: Stefano Date: Fri, 23 May 2025 12:57:21 -0500 Subject: [PATCH] Switch to AMAZON Linux 2023 --- infrastructure/stack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/stack.py b/infrastructure/stack.py index fdbc6da..1d63f58 100644 --- a/infrastructure/stack.py +++ b/infrastructure/stack.py @@ -132,7 +132,7 @@ class IptvUpdaterStack(Stack): ec2.InstanceSize.MICRO ), machine_image=ec2.AmazonLinuxImage( - generation=ec2.AmazonLinuxGeneration.AMAZON_LINUX_2 + generation=ec2.AmazonLinuxGeneration.AMAZON_LINUX_2023 ), security_group=security_group, key_pair=key_pair,