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

A sysops administrator set up an Amazon ElastiCache for Memcached cluster for an application. During testing, the application experiences increased latency.
Amazon CloudWatch metrics for the Memcached cluster show CPUUtilization is consistently above 95% and FreeableMemory is consistently under 1 MB.
Which action will solve the problem?

Answer options

Correct answer: D

Explanation

The CloudWatch metrics indicate that the Memcached cluster is experiencing severe resource exhaustion in both CPU and memory. Unlike Redis, Memcached does not support read replicas, and Application Load Balancers cannot be used to distribute traffic directly to Memcached nodes. Vertically scaling the cluster by replacing it with a larger node type with more CPU and memory is the correct way to resolve both bottlenecks.