What two actions could you take to rectify this?

You are using ElastiCache Memcached to store session state and cache database queries in your infrastructure.
You notice in CloudWatch that Evictions and GetMisses are Doth very high.
What two actions could you take to rectify this?
Choose 2 answers

You are using ElastiCache Memcached to store session state and cache database queries in your infrastructure.
You notice in CloudWatch that Evictions and GetMisses are Doth very high.
What two actions could you take to rectify this?
Choose 2 answers

A.
Increase the number of nodes in your cluster

B.
Tweak the max_item_size parameter

C.
Shrink the number of nodes in your cluster

D.
Increase the size of the nodes in the duster



Leave a Reply 0

Your email address will not be published. Required fields are marked *


tom

tom

it should be A & D
Scale out/scale up

Seth

Seth

B is incorrect. Answer is A, D

Ankit Shah

Ankit Shah

A & D (Scale up and Scale Out)

varun

varun

A & D (Scale up and Scale Out) is right

charm

charm

A, D

Memcached: Since Memcached is multi-threaded, this metric can be as high as 90%.
If you exceed this threshold,
1. scale your cache cluster up by using a larger cache node type, OR
2. scale out by adding more cache nodes.