Announcement: Updated default retry behavior (2026) #10329
Pinned
millems
announced in
Announcements
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Status
AWS_NEW_RETRIES_2026=trueWhat changed
When you set
AWS_NEW_RETRIES_2026=true, the default retry mode changes fromlegacytostandard. Several other retry defaults also update. Thestandardmode adds a retry quota that limits retries when failures are widespread, so your application fails fast instead of waiting on retries that are unlikely to succeed. This also helps outages resolve faster.If you have explicitly configured a retry mode, max attempts, or backoff, your value takes precedence for that setting.
legacystandard