[aws-rds] Timed out waiting for target group (CfnDBProxyTargetGroup) to become available. #8919
Labels
@aws-cdk/aws-rds
Related to Amazon Relational Database
bug
This issue is a bug.
effort/small
Small work item – less than a day of effort
p2
response-requested
Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
There is no way to validate a wrong configuration on DBProxy's security group.
That is, there is no way to verify the connection from the proxy to the DB.
Originally posted by @tbrand in #8885 (comment)
The connection from the proxy to the DB should be once established on creating DB Target Group.
Or, it will time out on
cdk deploy
With wrong security groups it may fail. It's okay.
But I'm afraid it would make cdk users confused and embarrassed.
Reproduction Steps
DatabaseProxy
from the instance(or cluster) with a security group but not accessible to the RDS instance.$ cdk deploy
Error Log
After several minutes:
Environment
Other
In the Management Console, or with AWS CLI, you can create a proxy (no time out), but the target group will remain unavailable
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: