AWS Certified SysOps Administrator SOA-C01 – Question412

What does enabling a sticky session with ELB do?

A.
Routes all the requests to a single DNS
B. Ensures that all requests from the user's session are sent to multiple instances
C. Binds the user session with a specific instance
D. Provides a single ELB DNS for each IP address

Correct Answer: C

Explanation:

Explanation: By default, a load balancer routes each request independently to the registered instance with the smallest load. However, you can use the sticky session feature (also known as session affinity), which enables the load balancer to bind a user’s session to a specific instance. This ensures that all requests from the user during the session are sent to the same instance. Reference:
http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGui…