tool · inferred from evidence
aws-cli
AWS Command Line Interface, a tool for interacting with AWS services.
- 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.
- UnrecognizedClientException when calling the GetAccount operation (django-ses)
The keys were valid, but the IAM identity behind them was missing the permissions django-ses's throttling/quota checks need. Grant the IAM user or role ses:GetAccount and ses:GetSendQuota in addition to the normal send permissions.
- UnrecognizedClientException when calling the GetAccount operation (django-ses)
On django 4.2.1 with django-ses 3.4.1, calling Django's send_mail raised: An error occurred (InvalidClientTokenId) when calling the GetSendQuota operation: The security token included in the request is invalid. Enabling USE_SES_V2 = True ch