aws image cleanup:用于注销未使用的AMI的命令行工具 源码
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.zip
(预估有个9文件)
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
暂无评论