Can't get proper DBCluster port #8549
Labels
@aws-cdk/aws-rds
Related to Amazon Relational Database
bug
This issue is a bug.
closed-for-staleness
This issue was automatically closed because it hadn't received any attention in a while.
This look like regression - there was already similar bug: #2711
I try to configure RDS using CDK in Python and then pass port number to ECS.
This is how the DBCluster is created:
and here is the ECS pattern:
After that POSTGRES_PORT has value
"-1.8881545897087736e+289"
.Expected result
POSTGRES_PORT should have value
"3306"
.Environment
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: