Switch to AMAZON Linux 2023
All checks were successful
AWS Deploy on Push / build (push) Successful in 10m24s
All checks were successful
AWS Deploy on Push / build (push) Successful in 10m24s
This commit is contained in:
@@ -132,7 +132,7 @@ class IptvUpdaterStack(Stack):
|
|||||||
ec2.InstanceSize.MICRO
|
ec2.InstanceSize.MICRO
|
||||||
),
|
),
|
||||||
machine_image=ec2.AmazonLinuxImage(
|
machine_image=ec2.AmazonLinuxImage(
|
||||||
generation=ec2.AmazonLinuxGeneration.AMAZON_LINUX_2
|
generation=ec2.AmazonLinuxGeneration.AMAZON_LINUX_2023
|
||||||
),
|
),
|
||||||
security_group=security_group,
|
security_group=security_group,
|
||||||
key_pair=key_pair,
|
key_pair=key_pair,
|
||||||
|
|||||||
Reference in New Issue
Block a user