Fixed name on new ingress rule
All checks were successful
AWS Deploy on Push / build (push) Successful in 1m33s

This commit is contained in:
2025-05-22 11:38:14 -05:00
parent 9e8df169fc
commit 9c690fe6a6

View File

@@ -214,7 +214,7 @@ class IptvUpdaterStack(Stack):
rds_sg.add_ingress_rule(
ec2.Peer.ipv4("47.189.88.48/32"), # Replace with your actual IP
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)