You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For this particular situation you might need to uninstall it 7777 uninstall and then try to connect again. This will delete the 7777 stack from your AWS Account, allowing it to redeploy correctly and properly assign the Security Group to your RDS.
The limitation here is that CloudFormation keeps track of resources via Resource Key Name and since your RDS is named exactly the same, 7777 is unable to understand that the Security Group we have attached to your RDS is no longer valid
yes thanks, I did work out that i needed to uninstall.
When 7777 stops the container, the users IP is removed from the 7777 security group.
Could the 7777 security group be removed from the RDS security group at this point, as well?
We try to remove as little as possible to keep the process light and fast. Destroying and recreating databases is definitely a valid use case, not one that we've seen a lot/not common so we haven't optimized for it unfortunately.
Hi,
Using these steps, it is no longer possible to connect to an rds database
7777
, disconnect,7777
.Step 4 will fail.
I tracked this down to the
7777
security group not being added to the rds instance security group in step 4, since7777
already thinks it has done so.Thanks,
Ben
The text was updated successfully, but these errors were encountered: