Skip to content

Commit c2a643b

Browse files
chkp-natanelmchkp-noamerezchkp-dmitrytc
authored
feat(VSECPC-12867): Add TCP timeout (#534)
Co-authored-by: noamerez <noamerez@checkpoint.com> Co-authored-by: dmitrytc <dmitrytc@checkpoint.com>
1 parent 06ecae9 commit c2a643b

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

aws/templates/gwlb-asg/gwlb.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -779,6 +779,9 @@ Resources:
779779
Listener:
780780
Type: AWS::ElasticLoadBalancingV2::Listener
781781
Properties:
782+
ListenerAttributes:
783+
- Key: tcp.idle_timeout.seconds
784+
Value: 3600
782785
DefaultActions:
783786
- Type: forward
784787
TargetGroupArn: !Ref TargetGroup

aws/templates/gwlb-asg/qs-gwlb.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -947,6 +947,9 @@ Resources:
947947
Listener:
948948
Type: AWS::ElasticLoadBalancingV2::Listener
949949
Properties:
950+
ListenerAttributes:
951+
- Key: tcp.idle_timeout.seconds
952+
Value: 3600
950953
DefaultActions:
951954
- Type: forward
952955
TargetGroupArn: !Ref TargetGroup

0 commit comments

Comments
 (0)