platform · inferred from evidence
ECS/Fargate
AWS Elastic Container Service with Fargate launch type, a serverless compute platform for containers.
- Unable to connect to Aurora MySQL from ECS Fargate (transient failure exception)
The problem wasnt transient at all, it was the connection string: the Terraform endpoint property included the port number, so the server part read dbcluster:3306 and the .NET MySQL driver choked on it. Changing server=dbcluster:3306 to jus