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

[AWS::ElasticLoadBalancingV2::Listener ] - [Coverage] - Support Listener Attribute #2121

Open
mazyu36 opened this issue Sep 5, 2024 · 3 comments
Labels

Comments

@mazyu36
Copy link

mazyu36 commented Sep 5, 2024

Name of the resource

AWS::ElasticLoadBalancingV2::Listener

Resource name

No response

Description

Network Load Balancer now supports TCP idle timeout (Ref: Announcement).

To use this, we need to set tcp.idle_timeout.seconds to the listener attributes.
However, listener attributes cannot be configured in the current CloudFormation.

In the case of CLI, it can be set using the following command:

aws elbv2 modify-listener-attributes \
          --listener-arn arn:aws:elasticloadbalancing:us-east-1:000011112222:listener/network/NLBTest/123/123 \
          --attributes \
              Key=tcp.idle_timeout.seconds,Value=600 

Ref: https://aws.amazon.com/blogs/networking-and-content-delivery/introducing-nlb-tcp-configurable-idle-timeout/

Other Details

No response

@andreybutenko
Copy link

Hi from the Elastic Load Balancing team! Our team is actively working on adding listener attributes support to our Cloudformation handler. We will share additional details soon.

@andreybutenko
Copy link

andreybutenko commented Sep 6, 2024

Hi from the Elastic Load Balancing team!

Our team has completed implementation for listener attributes support in our Cloudformation handler.

We are now preparing to deploy the feature to all regions. We tentatively estimate that it will take ~2 weeks to deploy the feature to all regions. Once the feature is deployed to all regions, customers will be able to manage their listener attributes through Cloudformation

We will continue to update this issue as we have updates!

@wweiwei-li
Copy link

Update: Listener attributes support in Cloudformation handler is available in all commercial regions and Gov clouds.

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

No branches or pull requests

3 participants