Error AtlasError Documentation and Resolution

AWS request expired because the timestamp was too old

RequestExpired

AWS rejected the signed request because its timestamp was too far from the current AWS server time, which usually points to clock skew on the client.

RequestExpiredgeneral
RequestExpired
  • The local system clock is incorrect.
  • A signed request was delayed too long before AWS received it.
  • The environment is not synchronizing time reliably.
  1. Correct system time and ensure time synchronization is working.
  2. Retry the request after the clock is accurate.
  3. Avoid long delays between signing and sending AWS requests.
AWS Support API Reference: Common Errors
AWS RequestExpired: causes and fixes | Error Atlas