
Ultimate access to all questions.
A company is building a web application that requires an in-memory data store for caching and session management. The data store must provide high availability and durability. Which AWS service or resource will meet these requirements?
Explanation:
Amazon MemoryDB is the correct choice because:
Why other options are incorrect:
MemoryDB combines the speed of in-memory performance with the durability of a database, making it ideal for caching and session management scenarios requiring both high performance and data persistence.