0 votes
in AWS by

A developer has created a Java application that makes HTTP requests directly to AWS services. Application logging shows 5xx HTTP response codes that occur at irregular intervals. The errors are affecting users.
How should the developer update the application to improve the application's resiliency?

  • A. Revise the request content in the application code.
  • B. Use the AWS SDK for Java to interact with AWS APIs.
  • C. Scale out the application so that more instances of the application are running.
  • D. Add additional logging to the application code.

1 Answer

0 votes
by
Correct answer is :-

C. Scale out the application so that more instances of the application are running.

Related questions

0 votes
asked Feb 28 in AWS by DavidAnderson
0 votes
asked Mar 22 in AWS by DavidAnderson
...