Hacker News new | ask | show | jobs
by merlincorey 2320 days ago
This is a pretty sweet Terraform module that I will personally be testing out soon.

I was curious what they are using for the Lambda function, and it turns out is a framework-less Python script[0].

One thing I'm not clear on yet is if using this will imply one such lambda for every autoscaling group or not.

[0] https://github.com/meltwater/terraform-aws-asg-dns-handler/b...

2 comments

I just checked with the Jim, the author of the blog post, and module (we both work for Meltwater).

He confirmed "You only need one instance per account, we have always been fine with just one".

I will let him fill in further details here but I figured you would be interested in a short update on this.

Great to hear! Please let us know how the testing goes!