Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

elb_target_group to support slow start attribute #308

Open
yravid opened this issue Nov 25, 2020 · 4 comments
Open

elb_target_group to support slow start attribute #308

yravid opened this issue Nov 25, 2020 · 4 comments
Labels
feature This issue/PR relates to a feature request module module plugins plugin (any type) waiting_on_contributor Needs help. Feel free to engage to get things unblocked

Comments

@yravid
Copy link

yravid commented Nov 25, 2020

SUMMARY

Have the option to configure slow start duration attribute

ISSUE TYPE
  • Feature Idea
COMPONENT NAME

elb_target_group

ADDITIONAL INFORMATION

see 'slow_start.duration_seconds ' in https://docs.aws.amazon.com/cli/latest/reference/elbv2/modify-target-group-attributes.html

- name: Create a target group with slow start duration attribute
  community.aws.elb_target_group:
    name: mytargetgroup
    protocol: http
    port: 80
    vpc_id: vpc-01234567
    slow_start_duration: 30
    state: present
@markuman
Copy link
Member

markuman commented Dec 5, 2020

Is this attribute supported by all loadbalancers? ALB, Classic, Network...?
I Cannot find any informations.
If yes - it might be easy to implement.

@yravid
Copy link
Author

yravid commented Dec 6, 2020

Only for ALB, from the doc:
The following attributes are supported only if the load balancer is an Application Load Balancer and the target is an instance or an IP address

@markuman
Copy link
Member

markuman commented Dec 6, 2020

The big problem imho is, that we don't know if a target group is actually attached to an ALB, Classic LB or Network LB.
Similar to: #282
I need to make some tests...

@ansibullbot
Copy link

@ansibullbot ansibullbot added feature This issue/PR relates to a feature request module module plugins plugin (any type) labels Jan 13, 2021
@alinabuzachis alinabuzachis added waiting_on_contributor Needs help. Feel free to engage to get things unblocked and removed needs_triage labels Feb 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature This issue/PR relates to a feature request module module plugins plugin (any type) waiting_on_contributor Needs help. Feel free to engage to get things unblocked
Projects
None yet
Development

No branches or pull requests

5 participants