Open heytrav opened 3 years ago
Files identified in the description:
plugins/modules/elb_target_group.py
](https://github.com/['ansible-collections/amazon.aws', 'ansible-collections/community.aws', 'ansible-collections/community.vmware']/blob/main/plugins/modules/elb_target_group.py)If these files are inaccurate, please update the component name
section of the description or use the !component
bot command.
cc @jillr @s-hertel @tremble @wimnat click here for bot help
Hi @heytrav, thank you for this feature idea. Would you be willing to raise a PR? Thanks.
SUMMARY
AWS Application load balancers now appear to support application-based cookies in addition to the standard load balancer generated cookie.
https://docs.aws.amazon.com/elasticloadbalancing/latest/application/sticky-sessions.html
ISSUE TYPE
COMPONENT NAME
elb_target_group
ADDITIONAL INFORMATION
The application based cookie has a duration attribute just as the load balancer generated cookie does. It is also required to assign a name to the cookie that is specific to the target group.