1. 首页
  2. 数据库
  3. 其它
  4. aws image cleanup:用于注销未使用的AMI的命令行工具 源码

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

上传者: 2021-04-19 17:48:31上传 ZIP文件 6.21KB 热度 9次
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格式提供配置文件。
用户评论