Error AtlasError Documentation and Resolution

AWS request is missing an authentication token

MissingAuthenticationToken

AWS rejected the request because an authentication token or signature expected by the API was missing.

MissingAuthenticationTokenauthentication
MissingAuthenticationToken
  • The request was sent without the required authentication information.
  • Signing headers or tokens were omitted by the client or proxy.
  • An endpoint expecting signed requests received an unsigned call.
  1. Confirm the request is being signed with the correct AWS credentials.
  2. Check that required auth headers or tokens are present when the request is sent.
  3. Verify the endpoint and auth flow match the service being called.
AWS Support API Reference: Common Errors
AWS MissingAuthenticationToken: causes and fixes | Error Atlas