Ben Whaley
Ben Whaley
Thanks for doing this research. Seems like the event rule approach might be the best option. I wonder if the event rule could call [`TerminateInstanceInAutoScalingGroup`](https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_TerminateInstanceInAutoScalingGroup.html) which would in turn invoke...
Quick updates: - The connectivity check endpoints are now configurable via `var.connectivity_test_check_urls` - The heartbeat timeout is now exposed via `var.lifecycle_heartbeat_timeout`
If I understand correctly, what you're proposing is the following: 1. NAT instance fails connectivity checks for some reason. 2. Connectivity checker Lambda notices the failure and replaces the route...
You can set up an alert on the error `Failed connectivity tests! Replacing route` in the logs. You can also monitor for the route change in Cloudtrail, or maybe there's...
Hi folks, any updates on this one? We'd also like to use Arm. Fwiw, CircleCI supports Arm for Docker executors now. See: https://circleci.com/docs/using-docker/#arm
Unfortunately that won't work in our case because it isn't compatible with openresty (https://github.com/DataDog/nginx-datadog/issues/30). Any chance of adding Arm to the build process in this repo?
Gotcha, well in that case, special thanks for your feedback anyway.
Should be able to do this with `moved` blocks. PRs welcome!
Oh, yeah, you're right. Can't use `moved` since they are different resource types. This would be a backward incompatible change that would require some careful handling to do without removing...
Thanks for the question. We have observed non-zero values in the ENA metrics, namely `bw_{in,out}_allowance_exceeded` and `pps_allowance_exceeded`. The values have been so low relative to the total bandwidth/pps that we've...