aws-asg-manager

时间:2024-03-29 07:46:37
【文件属性】:

文件名称:aws-asg-manager

文件大小:13KB

文件格式:ZIP

更新时间:2024-03-29 07:46:37

Python

要求 机器应安装python3(建议版本为3.7) 创建〜/ .aws / config或分配InstanceProfile。 提供有效的配置值。 从管理员那里获取aws_access_key_id和aws_secret_access_key 安装 在项目目录中设置python虚拟环境 cd #if pip3 exists python3 -m venv ./venv source ./venv/bin/activate pip3 install -r requirements.txt #if pip3 does not exists python3 -m venv --without-pip ./venv source ./venv/bin/activate curl https://bootstrap.pypa.io/get-pip.py |


【文件预览】:
aws-asg-manager-master
----.gitignore(1KB)
----autoscale()
--------__init__.py(2KB)
----image_creator()
--------__init__.py(3KB)
----requirements.txt(227B)
----delete_snapshot.py(486B)
----Pipfile.lock(4KB)
----util()
--------__init__.py(404B)
--------decorators.py(815B)
----README.md(2KB)
----create_image.py(665B)
----config()
--------__init__.py(832B)
----image_snapshot_manager_single_server()
--------ami_manager_single_server.py(7KB)
----snapshots_handler()
--------__init__.py(2KB)
----Pipfile(187B)
----.editorconfig(166B)
----.env.dist(505B)

网友评论