Which technique should be implemented to develop a resilient and fault-tolerant application that can handle intermittent failures when making HTTP requests to an AWS service?
Retries with exponential backoff and jitter
Using static waits between retry attempts
Increasing the payload size with each retry attempt
Retries with constant backoff
Decreasing the timeout with each retry attempt
Sending multiple parallel requests to expedite processing