Skip to main content

reap dangling packer builder machines on AWS

Project description

AWS Hashicorp Packer Reaper

Hashicorp Packer is a great tool for building Amazon Machine Images. However, sometimes the virtual machine running packer is not stopped. This utility:

  1. stops or terminated all virtual machines with the name tag 'Packer Builder'

You can use it as a command line utility or install it as an AWS Lambda function and stop the spend , NoOps style!

install the packer reaper

to install the packer reaper, type:

pip install aws-hashicorp-packer-reaper

show running packer instances

To show running packer instances:

$ aws-hashicorp-packer-reaper list

i-06ac951992dbc11a1 (Packer Builder) launched 13 minutes ago - terminated
i-035ebe427a538c829 (Packer Builder) launched 4 minutes ago - running
INFO: 2 packer builder instances found

stop running packer instances

To stop running packer instances older than 2 hours:

$ aws-hashicorp-packer-reaper stop --older-than 2h

INFO: stopping i-035ebe427a538c829 (Packer Builder) created 2 hours ago
INFO: total of 1 running instances stopped

terminate running packer instances

To terminate stopped and running packer instances older than 24 hours:

aws-hashicorp-packer-reaper --verbose terminate --older-than 24h

INFO: terminating i-035ebe427a538c829 (Packer Builder) created 25 hours ago
INFO: total of 1 instances terminated

deploy the packer reaper

To deploy the packer reaper as an AWS Lambda, type:

git clone https://github.com/binxio/aws-hashicorp-packer-reaper.git
cd aws-hashicorp-packer-reaper
aws cloudformation deploy \
	--capabilities CAPABILITY_IAM \
	--stack-name aws-hashicorp-packer-reaper \
	--template-file ./cloudformation/aws-hashicorp-packer-reaper.yaml

This will install the packer reaper in your AWS account and run every hour, stopping packer instances launched more than 2 hours ago and terminate instances older than 24 hours. You can change the schedule and the action to meet your requirements.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aws-hashicorp-packer-reaper-0.1.1.tar.gz (4.5 kB view details)

Uploaded Source

File details

Details for the file aws-hashicorp-packer-reaper-0.1.1.tar.gz.

File metadata

  • Download URL: aws-hashicorp-packer-reaper-0.1.1.tar.gz
  • Upload date:
  • Size: 4.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.5

File hashes

Hashes for aws-hashicorp-packer-reaper-0.1.1.tar.gz
Algorithm Hash digest
SHA256 ea7c800898bd38149c95fe557dc9b3906a3231facc50922ef51a3f2be2f12432
MD5 cad60ed909d7037a5d857b4ff492a757
BLAKE2b-256 18b9883014d18c21b5b61320d021c667022d3d534b71bc07a1e1932a9f1258fa

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page