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

FeatureRequest: boto_elb misses connection_settings - idle_timeout #31499

Closed
Reiner030 opened this issue Feb 25, 2016 · 3 comments
Closed

FeatureRequest: boto_elb misses connection_settings - idle_timeout #31499

Reiner030 opened this issue Feb 25, 2016 · 3 comments

Comments

@Reiner030
Copy link

To change default value of 60 which is available over 1,5 years ;)
https://aws.amazon.com/de/blogs/aws/elb-idle-timeout-control/

from AWS Doc:
http://docs.aws.amazon.com/cli/latest/reference/elb/modify-load-balancer-attributes.html
Boto supports this also:
http://boto.cloudhackers.com/en/latest/ref/elb.html#module-boto.ec2.elb.attributes

I tried to set it (latest salt-version 2015.8.7 and boto 2.38.0 installed)

    - attributes_from_pillar: elb_attributes
    - attributes:
        connection_settings:
          idle_timeout: 600

but no changes were made

@Reiner030
Copy link
Author

sorry, was too fast with this issue...
In my test environment it didn't changed several times tested on one elb but in the full run it works as expected... (except the "Rate limit exceeded" messages after a handful loadbalancers checks for updates).

@cmclaughlin
Copy link
Contributor

For anyone else finding this.... it's connecting_settings, not connection_settings.

@rallytime
Copy link
Contributor

@cmclaughlin Thanks for pointing that out! I added a quick update to the boto_elb docs to help point this out in #33936.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants