AWS Certified SysOps Administrator – Associate (legacy) — Question 498

A SysOps Administrator is receiving alerts related to high CPU utilization of a Memcached-based Amazon ElastiCache cluster.
Which remediation steps should be taken to resolve this issue? (Choose two.)

Answer options

Correct answer: A, C

Explanation

To resolve high CPU utilization in a Memcached-based Amazon ElastiCache cluster, adding additional worker nodes (Option C) allows the workload to be partitioned and distributed horizontally across more nodes. Additionally, under specific configurations where disk-bound swapping or logging impacts performance, increasing the storage capacity via larger Amazon EBS volumes (Option A) can mitigate secondary resource bottlenecks causing CPU wait times.