
Answer-first summary for fast verification
Answer: Amazon ElastiCache for in-memory data with low latency.
The correct answer is A: Store the session state in Amazon ElastiCache. Amazon ElastiCache is a high-performance, in-memory data store that provides sub-millisecond latency to applications. It supports various data structures and offers both Redis and Memcached engines. This makes it well-suited for storing session state data. Additionally, ElastiCache is highly scalable and fault-tolerant, ensuring that service interruptions do not affect the user experience.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Migrating an e-commerce app to AWS requires a session state storage solution that ensures fault tolerance, scalability, and uninterrupted user experience. Which storage option is most suitable?
A
Amazon ElastiCache for in-memory data with low latency.
B
Amazon CloudFront as a content delivery network.
C
Amazon S3 for object storage.
D
Elastic Load Balancing with session stickiness.
No comments yet.