Skip to content

Commit

Permalink
Add support for load_balancing_algorithm_type in elb_target_group (#1016
Browse files Browse the repository at this point in the history
)

Add support for load_balancing_algorithm_type in elb_target_group

SUMMARY
AWS has supported setting the load_balancing.algorithm.type for a little while now allowing you to choose between either round_robin or least_oustanding_requests this PR adds support for setting the new parameter.
ISSUE TYPE

Feature Pull Request

COMPONENT NAME
elb_target_group
ADDITIONAL INFORMATION
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/elbv2.html#ElasticLoadBalancingv2.Client.modify_target_group_attributes
https://aws.amazon.com/about-aws/whats-new/2019/11/application-load-balancer-now-supports-least-outstanding-requests-algorithm-for-load-balancing-requests/

Reviewed-by: Markus Bergholz <[email protected]>
Reviewed-by: Alina Buzachis <None>
Reviewed-by: Mark Woolley <[email protected]>
(cherry picked from commit 10137a2)
  • Loading branch information
marknet15 authored and patchback[bot] committed Mar 28, 2022
1 parent 94c7ca8 commit 35779de
Show file tree
Hide file tree
Showing 5 changed files with 177 additions and 92 deletions.
2 changes: 2 additions & 0 deletions changelogs/fragments/1016-add-algo-param-elb_target_group.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minor_changes:
- elb_target_group - add support for setting load_balancing_algorithm_type (https://github.com/ansible-collections/community.aws/pull/1016).
Loading

0 comments on commit 35779de

Please sign in to comment.