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!