ExamQuestions.com

Register
Login
AWS Certified SysOps Administrator Associate Exam Questions

Amazon

AWS Certified SysOps Administrator Associate

276 / 340

Question 276:

A web application is running on AWS. The site runs stateless web servers on three Amazon EC2 instances behind an Application Load Balancer. The company is receiving complaints from some users about the application performance. Amazon CloudWatch shows that one of the EC2 instances runs at approximately 90% CPU utilization, while the other two are running at approximately 20% CPU utilization.
How can a SysOps Administrator prevent this issue from recurring?

Answer options:

A.Manually provision a fourth EC2 instance and add it to the Application Load Balancer.
B.Review the server`s performance that supports the web application, then choose a more appropriate instance size and apply the change.
C.Disable sticky sessions on the Application Load Balancer and check CloudWatch to confirm that the issue has been resolved.
D.Review the number of sessions from the Application Load Balancer to each web server. Restart any web server that has significantly more sessions to even out the load.