ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

209 / 474

Question 209:

You are developing a .Net Core application that is going to be hosted in an Elastic beanstalk environment. The application is going to make backend calls to a database. You need to increase the performance of the application during the testing phase. How can you diagnose any performance issues in the easiest way possible?

Answer options:

A.Place a Load balancer in front of Elastic beanstalk.
B.Place instrumentation calls in your code.
C.Make use of traces using the X-Ray service.
D.Use Cloudwatch logs to debug issues.