Question 32:
A Developer is migrating an on-premises web application to the AWS Cloud. The application currently runs on a 32-processor server and stores session state in memory. On Friday afternoons the server runs at 75% CPU utilization, but only about 5% CPU utilization at other times. How should the Developer change to code to better take advantage of running in the cloud?
Answer options:
A.Compress the session state data in memory. B.Store session state on EC2 instance Store. C.Encrypt the session state data in memory. D.Store session state in an ElastiCache cluster.