mdn / infra

(Deprecated) MDN Web Docs Infrastructure scripts and configuration
Mozilla Public License 2.0
53 stars 32 forks source link

Enable connection draining on ELB's #422

Closed limed closed 4 years ago

limed commented 4 years ago

Connection draining exists on the ELB's for a long time now, but all our services do not use it. We should consider using this feature, read more here https://aws.amazon.com/blogs/aws/elb-connection-draining-remove-instances-from-service-with-care/

The Kubernetes service annotation for it is:

service.beta.kubernetes.io/aws-load-balancer-connection-draining-enabled service.beta.kubernetes.io/aws-load-balancer-connection-draining-timeout

limed commented 4 years ago

Completed in #429