aws-amicleaner
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -0,1 +1,3 @@ | ||
#!/usr/bin/env node | ||
const { createInterface } = require('node:readline'); | ||
@@ -2,0 +4,0 @@ const { ArgumentParser, BooleanOptionalAction } = require('argparse'); |
{ | ||
"name": "aws-amicleaner", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "To clean up your AWS AMIs: First, include AMIs by name or tag. Second, exclude AMIs in use, younger than N days, or the newest N images. Third, manually confirm the list of AMIs for deletion.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
26810
524