Set the maximum retry limit

If Boto SDK receives an error from the system, it retries the request.

The default number of times it retries the request is five. It can be changed in both configuration files.

CAUTION:
The client reports the final error and not the initial failure. It has the potential to mask the details of the underlying issue.

{Boto]
num_retries = 101

1 The number of retries is increased from 5 to 10.