Which services are suitable for storing session state data?

You are developing a highly available web application using stateless web servers. Which services are suitable
for storing session state data?
Choose 3 answers

You are developing a highly available web application using stateless web servers. Which services are suitable
for storing session state data?
Choose 3 answers

A.
Amazon CloudWatch

B.
Amazon Relational Database Service (RDS)

C.
Elastic Load Balancing

D.
Amazon ElastiCache

E.
AWS Storage Gateway

F.
Amazon DynamoDB



Leave a Reply 2

Your email address will not be published. Required fields are marked *


Janitor Monkey

Janitor Monkey

B, D, F

Mahendrakunar Ranvir

Mahendrakunar Ranvir

What is a stateless application?
A stateless app is an application program that does not save client data generated in one session for use in the next session with that client. … In contrast, a stateful application saves data about each client session and uses that data the next time the client makes a request.

A stateless web architecture is dependent only on the input parameters that are supplied.