Topic 1 Question 220
A developer is receiving HTTP 400: ThrottlingException errors intermittently when calling the Amazon CloudWatch API. When a call fails, no data is retrieved.
What best practice should first be applied to address this issue?
Contact AWS Support for a limit increase.
Use the AWS CLI to get the metrics.
Analyze the applications and remove the API call.
Retry the call with exponential backoff.
ユーザの投票
コメント(4)
- 正解だと思う選択肢: D
Because examtopic won't allow me to modify my previous answer to use the correct option. Exponential Backoff is D
👍 4didorins2023/10/27 D. Retry the call with exponential backoff.
👍 3Claire_KMT2023/10/28D. Retries with exponential backoff; operation with an exponentially increasing wait time
👍 3vruizrob2023/10/30
シャッフルモード