ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 105 - DVA-C02 discussion

Report
Export

An application runs on multiple EC2 instances behind an ELB.

Where is the session data best written so that it can be served reliably across multiple requests?

A.
Write data to Amazon ElastiCache
Answers
A.
Write data to Amazon ElastiCache
B.
Write data to Amazon Elastic Block Store
Answers
B.
Write data to Amazon Elastic Block Store
C.
Write data to Amazon EC2 instance Store
Answers
C.
Write data to Amazon EC2 instance Store
D.
Wide data to the root filesystem
Answers
D.
Wide data to the root filesystem
Suggested answer: A

Explanation:

The solution that will meet the requirements is to write data to Amazon ElastiCache. This way, the application can write session data to a fast, scalable, and reliable in-memory data store that can be served reliably across multiple requests. The other options either involve writing data to persistent storage, which is slower and more expensive than in-memory storage, or writing data to the root filesystem, which is not shared among multiple EC2 instances.

Reference: Using ElastiCache for session management

asked 16/09/2024
Peter Keijer
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first