ECS Task Fails to Connect to Database When Triggered from GitHub Actions in Staging Environment
I have an ECS Task that I am attempting to run from my GitHub Actions workflow. This setup works perfectly in my Development environment. However, in my Staging environment, the task fails with an Npgsql.NpgsqlException (0x80004005): Failed to connect… exception.