This repository was archived by the owner on Oct 23, 2025. It is now read-only.
0.74
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