Reputation: 392
Is there any way to change AWS sticky sessions cookie name for Load Balancer to a custom name? For example AWSALB -> MY_AWSALB.
I know about Application-controlled session stickiness
where I can use application cookies, but I need to use exactly Duration-based session stickiness
with my custom name.
Sticky sessions for your Application Load Balancer
Thanks for any help!
Upvotes: 0
Views: 1295
Reputation: 238249
Sadly no, you can't change it. You can only customize Application-based stickiness cookie.
Upvotes: 1