AWSexit code > 0

An error occurred (Throttling): Rate exceeded

$An error occurred (Throttling) when calling the PutObject operation: Rate exceeded

Analysis

You are making too many requests per second to the AWS API.

Common Triggers

  • Looping without sleep.
  • High concurrency.

Debug Checks

  • $Check script logic.

Resolution

1
Implement exponential backoff.
2
Request a quota increase.