Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 370 Bytes

File metadata and controls

31 lines (19 loc) · 370 Bytes

packer-janitor

Remove abandoned EC2 instances left by ungraceful Packer termination

Prerequisites

Python 3.9

On Mac OS:

brew install python@3.9

Build and Deploy Commands

Build

Build the code and AWS Serverless Application Model (SAM) template.

make build

Deploy

Deploy the Lambda function by SAM.

make run