Question 94:
An application development team complains that they are experiencing performance issues with ElastiCache. After investigation, a database specialist determines that the ElastiCache cluster does not have sufficient memory allocated for non-data use. How can the specialist solve this issue?
Answer options:
A.Using AWS elasticache modify-cache-cluster CLI command, set reserved-memory parameter to 50. B.Using AWS elasticache modify-cache-cluster CLI command, set the reserved-memory-percent parameter to 50. C.Create a custom parameter group with reserved-memory parameters set to 50. Apply the custom parameter group to the cluster. D.Create custom parameter group with the reserved-memory-percent parameter to 50. Apply the custom parameter group to the cluster.