zalando-stups / lizzy

REST Service to deploy AWS CloudFormation templates using Senza
Apache License 2.0
21 stars 17 forks source link

Add Endpoint for Load Balancer RequestCount #221

Open f-sander opened 6 years ago

f-sander commented 6 years ago

In a Jenkins Pipeline, I want to block the deletion of a stack until it receives no more traffic. The usage of DNS weights for this is insufficient as callers might use long lived connections.

The metric I'm looking at is RequestCount for load balancers in AWS CloudWatch.