Retry behavior - AWS SDKs and Tools

When a request to an AWS service fails due to a transient error or throttling, the SDK can automatically retry the request. This page explains how to choose a retry mode and configure max attempts, and describes the internal mechanics including exponential backoff, retry quotas, and service-specifi…