aws-image-cleanup:用于注销未使用的AMI的命令行工具

时间:2024-04-01 16:09:15
【文件属性】:

文件名称:aws-image-cleanup:用于注销未使用的AMI的命令行工具

文件大小:6KB

文件格式:ZIP

更新时间:2024-04-01 16:09:15

Python

AWS Image Cleanup命令行工具 用于注销未使用的AMI的命令行工具 入门 克隆此存储库 安装依赖项: $ pip3 install -r requirements.txt 设置配置文件。 config.json.example和config.yml.example提供的config.yml.example 确保在~/.aws目录中设置了~/.aws 使用以下命令以PLAN模式运行命令: $ python3 image_cleanup.py --config_file config.yml --plan 仔细检查输出,并确保您要注销所列出的AMI。 使用以下命令以执行模式运行命令: $ python3 image_cleanup.py --config_file config.yml --execute 按照提示 配置 可以以JSON或YAML格式提供配置文件。


【文件预览】:
aws-image-cleanup-main
----config.yml.example(301B)
----config.json.example(291B)
----image_cleanup.py(4KB)
----utility_functions.py(3KB)
----requirements.txt(27B)
----requirements_dev.txt(19B)
----README.md(2KB)
----test_image_cleanup.py(3KB)
----.gitignore(47B)

网友评论