Need at least 2 AZs for RDS subnet group
Some checks failed
AWS Deploy on Push / build (push) Failing after 1m52s
Some checks failed
AWS Deploy on Push / build (push) Failing after 1m52s
This commit is contained in:
@@ -28,7 +28,7 @@ class IptvUpdaterStack(Stack):
|
|||||||
|
|
||||||
# Create VPC
|
# Create VPC
|
||||||
vpc = ec2.Vpc(self, "IptvUpdaterVPC",
|
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
|
nat_gateways=0, # No NAT Gateway to stay in free tier
|
||||||
subnet_configuration=[
|
subnet_configuration=[
|
||||||
ec2.SubnetConfiguration(
|
ec2.SubnetConfiguration(
|
||||||
|
|||||||
Reference in New Issue
Block a user