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.)
Amazon ElastiCache for Redis
Amazon ElastiCache for Memcached
Amazon CloudWatch
AWS CloudTrail
Amazon DynamoDB
Explanations:
Amazon ElastiCache for Redis supports encryption at rest using AWS KMS and is suitable for session storage.
Amazon ElastiCache for Memcached does not support encryption at rest natively.
Amazon CloudWatch is used for monitoring and logging, not for session storage.
AWS CloudTrail is used for auditing AWS account activity, not for session storage.
Amazon DynamoDB supports encryption at rest and can be used to store session data in a scalable, managed way.