Free AWS Certified Solutions Architect Associate SAA-C03 Practice Question

An online video streaming service is being developed with a focus on high availability and the ability to scale quickly during peak viewing times. The service should efficiently handle user authentication and maintain session information for millions of concurrent streams. To facilitate rapid scaling and resilience, how should the session management component of the video streaming service be architected?

  • It should be a stateless component that stores session data in a centralized in-memory data store suitable for high concurrency, allowing any instance to handle user authentication and session information.

  • Design the service to store session information in client-side cookies or local storage, with servers only processing the stream data, thus relying on the client to maintain its own state.

  • Make the service a stateful component that stores session data locally on the server, ensuring data persistence and direct user-to-server connection for the duration of the session.

  • Implement the service with a user session affinity strategy to direct requests to specific server instances that handle the sessions, ensuring that each user remains connected to the same server instance.

This question's topic:
AWS Certified Solutions Architect Associate SAA-C03 / 
Design Resilient Architectures
Your Score:

Check or uncheck an objective to set which questions you will receive.