platform · inferred from evidence
ECS Fargate
AWS Elastic Container Service Fargate, a serverless compute engine for containers.
- aws ecs execute-command fails with TargetNotConnectedException
If ecs execute-command fails with TargetNotConnectedException even though the agent looks healthy, look at your sidecars. One user fixed it by removing the Fluent Bit log router container, and another by disabling Datadog-agent logging.
- Datadog Agent does not start with read-only root filesystem
What this covers: Running the Datadog Agent container with a read-only root filesystem: the agent dies on startup with `ln: failed to create symbolic link '/etc/datadog-agent/datadog.yaml': Read-only file system` and `rm: cannot remove ...
- Unable to connect to Aurora MySQL from ECS Fargate (transient failure exception)
How to fix: Unable to connect to Aurora MySQL from ECS Fargate (transient failure exception). The verified fix from the maintainer thread, distilled into reusable steps.