List of questions
Related questions
Question 348 - DVA-C01 discussion
An application is using a custom library to make HTTP calls directly to AWS service endpoints. Theapplication is experiencing transient errors that are causing processes to stop when each error is firstencountered A request has been made to make the application more resilient by adding error retriesand exponential backoff.
How should a developer implement the changes with MINIMAL custom code?
A.
Add a Retry-After HTTP header to API requests.
B.
Use the AWS CLI to configure the retry settings in a named profile
C.
Change the custom library to retry on 5xx errors only
D.
Use an AWS SDK and set retry-specific configurations.
Your answer:
0 comments
Sorted by
Leave a comment first