ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 205 - SAA-C03 discussion

Report
Export

A solutions architect is designing the architecture of a new application being deployed to the AWS Cloud. The application will run on Amazon EC2 On-Demand Instances and will automatically scale across multiple Availability Zones. The EC2 instances will scale up and down frequently throughout the day. An Application Load Balancer (ALB) will handle the load distribution. The architecture needs to support distributed session data management. The company is willing to make changes to code if needed.

What should the solutions architect do to ensure that the architecture supports distributed session data management?

A.
Use Amazon ElastiCache to manage and store session data.
Answers
A.
Use Amazon ElastiCache to manage and store session data.
B.
Use session affinity (sticky sessions) of the ALB to manage session data.
Answers
B.
Use session affinity (sticky sessions) of the ALB to manage session data.
C.
Use Session Manager from AWS Systems Manager to manage the session.
Answers
C.
Use Session Manager from AWS Systems Manager to manage the session.
D.
Use the GetSessionToken API operation in AWS Security Token Service (AWS STS) to manage the session
Answers
D.
Use the GetSessionToken API operation in AWS Security Token Service (AWS STS) to manage the session
Suggested answer: A

Explanation:

https://aws.amazon.com/vi/caching/session-management/

In order to address scalability and to provide a shared data storage for sessions that can be accessible from any individual web server, you can abstract the HTTP sessions from the web servers themselves. A common solution to for this is to leverage an In-Memory Key/Value store such as Redis and Memcached. ElastiCache offerings for In-Memory key/value stores include ElastiCache for Redis, which can support replication, and ElastiCache for Memcached which does not support replication.

asked 16/09/2024
andrea rosi
44 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first