We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06ecae9 commit c2a643bCopy full SHA for c2a643b
2 files changed
aws/templates/gwlb-asg/gwlb.yaml
@@ -779,6 +779,9 @@ Resources:
779
Listener:
780
Type: AWS::ElasticLoadBalancingV2::Listener
781
Properties:
782
+ ListenerAttributes:
783
+ - Key: tcp.idle_timeout.seconds
784
+ Value: 3600
785
DefaultActions:
786
- Type: forward
787
TargetGroupArn: !Ref TargetGroup
aws/templates/gwlb-asg/qs-gwlb.yaml
@@ -947,6 +947,9 @@ Resources:
947
948
949
950
951
952
953
954
955
0 commit comments