Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhiyerra/aws-ec2-cleanup
AWS Lambda Script to do clean up when AWS EC2 instances terminate
https://github.com/abhiyerra/aws-ec2-cleanup
Last synced: about 4 hours ago
JSON representation
AWS Lambda Script to do clean up when AWS EC2 instances terminate
- Host: GitHub
- URL: https://github.com/abhiyerra/aws-ec2-cleanup
- Owner: abhiyerra
- License: gpl-3.0
- Created: 2016-05-10T18:58:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-18T22:00:50.000Z (over 8 years ago)
- Last Synced: 2024-12-27T07:09:32.006Z (15 days ago)
- Language: JavaScript
- Homepage: https://www.acksin.com/solutions/aws-ec2-cleanup/
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
#+TITLE: AWS EC2 Cleanup
* Introduction
The AWS EC2 Cleanup script runs upon a termination event on an EC2
machine. This message is sent via SNS and handled in AWS Lambda. This
allows you to remove nodes from Chef, Puppet, and other services which
might be referring to EC2.* Provided
This script provides the following:
- create SNS topic to be handled host termination events.
- parse SNS message
- delete node from Chef.
- adding additional cleanup scripts should be simple.