You are using ElastiCache Memcached to store session state and cache database queries in your infrastructure You notice in
Cloud Watch that Evictions and Get Misses 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
A,D
A and D
A and D because memcacheD can scale up and scale out both. if it was Redis it would only be Scale Out.
if it was Redis it would only be “Scale up only” NOT Scale Out