This commit is contained in:
@@ -205,13 +205,16 @@ class IptvUpdaterStack(Stack):
|
||||
ec2.InstanceSize.MICRO
|
||||
),
|
||||
vpc=vpc,
|
||||
vpc_subnets=ec2.SubnetSelection(
|
||||
subnet_type=ec2.SubnetType.PUBLIC
|
||||
),
|
||||
security_groups=[rds_sg],
|
||||
allocated_storage=10,
|
||||
max_allocated_storage=10,
|
||||
database_name="iptv_updater",
|
||||
removal_policy=RemovalPolicy.DESTROY,
|
||||
deletion_protection=False,
|
||||
publicly_accessible=False
|
||||
publicly_accessible=True
|
||||
)
|
||||
|
||||
# Add RDS permissions to instance role
|
||||
|
||||
Reference in New Issue
Block a user