AWS Certified Developer – Associate — Question 77
A company is migrating a web application from on premises to AWS. The company needs to move session storage from the application code to a shared service as part of the migration. The session storage data must be encrypted at rest.
Which AWS services meet these requirements? (Choose two.)
Answer options
- A. Amazon ElastiCache for Redis
- B. Amazon ElastiCache for Memcached
- C. Amazon CloudWatch
- D. AWS CloudTrail
- E. Amazon DynamoDB
Correct answer: A, E
Explanation
Amazon ElastiCache for Redis and Amazon DynamoDB both provide capabilities for encrypted session storage at rest, meeting the company's requirements. In contrast, Amazon ElastiCache for Memcached does not support data encryption, while Amazon CloudWatch and AWS CloudTrail are monitoring and logging services, respectively, and do not serve as session storage solutions.