FeatureBaseDB / tools

Tools for development and ops
BSD 3-Clause "New" or "Revised" License
20 stars 14 forks source link

Automatically shut down cfn-pilosa cluster after configurable TTL #1

Closed codysoyland closed 7 years ago

codysoyland commented 7 years ago

This is proving to be more difficult than anticipated. AWS has a blog post that shows a method of doing this: https://aws.amazon.com/blogs/devops/scheduling-automatic-deletion-of-application-environments/

But the AWS method requires use of an EC2 instance with the cfn tools installed (such as Amazon Linux) and I would like to avoid having extra software installed on the pilosa machines. I would like to use Lambda to schedule the deletion, but I haven't found a clear way to schedule a lambda job.

I will Icebox this for now and we can discuss options in the future.

codysoyland commented 7 years ago

Issue moved to pilosa/infrastructure #2 via ZenHub