ExamQuestions.com

Register
Login
AWS Certified SysOps Administrator Associate Exam Questions

Amazon

AWS Certified SysOps Administrator Associate

235 / 340

Question 235:

Your application is using ElastiCache to handle session state and cache for frequently accessed data. However, during peak times, users are complaining that your website is running very slowly. You checked the CloudWatch metrics for your application servers, and databases and cannot find any single issue. Moreover, you notice that your Redis Cluster is showing 40% CPU utilization. You also see that the other metrics are just at the normal ranges, and you get convinced that this issue is with CPU utilization. In this case, which is the best way to go with this issue?

Answer options:

A.Use both the CPU Utilization and EngineCPUUtilization metrics together to get a detailed understanding of CPU Utilization for your Redis clusters.
B.Increase the Connection Overhead parameter value.
C.Scale your application server by adding more EC2 instances.
D.Scale your cluster up by using a larger node type.