Need at least 2 AZs for RDS subnet group
Some checks failed
AWS Deploy on Push / build (push) Failing after 1m52s

This commit is contained in:
2025-05-21 14:24:50 -05:00
parent 4cb3811d17
commit eeb0f1c844

View File

@@ -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(