Fixed name on new ingress rule
All checks were successful
AWS Deploy on Push / build (push) Successful in 1m33s
All checks were successful
AWS Deploy on Push / build (push) Successful in 1m33s
This commit is contained in:
@@ -214,7 +214,7 @@ class IptvUpdaterStack(Stack):
|
|||||||
rds_sg.add_ingress_rule(
|
rds_sg.add_ingress_rule(
|
||||||
ec2.Peer.ipv4("47.189.88.48/32"), # Replace with your actual IP
|
ec2.Peer.ipv4("47.189.88.48/32"), # Replace with your actual IP
|
||||||
ec2.Port.tcp(5432),
|
ec2.Port.tcp(5432),
|
||||||
"Allow PostgreSQL access from developer's IP"
|
"Allow PostgreSQL access from developer IP"
|
||||||
)
|
)
|
||||||
|
|
||||||
# Create RDS PostgreSQL instance (free tier compatible - db.t3.micro)
|
# Create RDS PostgreSQL instance (free tier compatible - db.t3.micro)
|
||||||
|
|||||||
Reference in New Issue
Block a user