Skip to content
This repository was archived by the owner on Oct 23, 2025. It is now read-only.

0.74

Choose a tag to compare

@hjacobs hjacobs released this 02 Sep 13:18
· 841 commits to master since this release

Support passing additional ELB properties to the ELB resource (e.g. to set idle timeout).

You can now pass additional properties in the Senza definition, e.g. to set the idle timeout to 300s:

  - AppLoadBalancer:
      Type: Senza::WeightedDnsElasticLoadBalancer
      HTTPPort: 8080
      HealthCheckPath: /health
      SecurityGroups:
        - app-connection-tracker-lb
      ConnectionSettings:
        IdleTimeout: 300