Amazon web services – AWS ALB sticky sessions for all accounts in the same workspace
In my application users create “teams” (aka workspaces). I’d like to configure AWS ALB sticky sessions to route requests from the same team to the same EC2 instance so that in-memory team-level caches are more effective. It’s not a requirement…