0 votes
in AWS by

You've been instructed to develop a mobile application that will make use of AWS services. You need to decide on a data store to store the user sessions. Which of the following would be an ideal data store for session management?

1 Answer

0 votes
by

Correct option is :- Answer - B.

DynamoDB is an alternative solution that can be used for the storage of session management.

The latency of access to data is less.

Hence, this can be used as a data store for session management.

Option A is incorrect since this service is used for object-level storage.

Option C is incorrect since this service is used for storing relational data.

Option D is incorrect since this service is used as a data warehousing solution.

Related questions

0 votes
asked Apr 17 in AWS by DavidAnderson
0 votes
asked Apr 23 in AWS by DavidAnderson
...