From eeb0f1c8447ecc3ac5518e456dd06643a8faf6c9 Mon Sep 17 00:00:00 2001 From: Stefano Date: Wed, 21 May 2025 14:24:50 -0500 Subject: [PATCH] Need at least 2 AZs for RDS subnet group --- infrastructure/stack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/stack.py b/infrastructure/stack.py index d068c14..197f07b 100644 --- a/infrastructure/stack.py +++ b/infrastructure/stack.py @@ -28,7 +28,7 @@ class IptvUpdaterStack(Stack): # Create VPC vpc = ec2.Vpc(self, "IptvUpdaterVPC", - max_azs=1, # Use only one AZ for free tier + max_azs=2, # Need at least 2 AZs for RDS subnet group nat_gateways=0, # No NAT Gateway to stay in free tier subnet_configuration=[ ec2.SubnetConfiguration(