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.
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.