Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

itsdalmo/aws-lifecycle

Repository files navigation

aws-lifecycle

Build Status

A small daemon for gracefully shutting down instances on autoscaling actions. Inspired by lifecycled.

Usage

The daemon needs to be running on each individual instance of your autoscaling group, and the instance profile needs to be granted privileges that allows the daemon to manage the SQS queue where the lifecycle events are delivered. See the terraform code for an example of a complete setup.