AWS食谱 安装 $ git clone https://github.com/nccgroup/AWS-recipes $ cd AWS-recipes $ pip install -r requirements.txt 内容 要遵循的是此存储库内容的高级描述。 CloudFormation模板 此文件夹包含许多CloudFormation模板,可用于实现或演示功能。 IAM政策 此文件夹包含许多有用的IAM策略。 Python 此文件夹包含许多用Python编写的AWS食谱,旨在帮助提高AWS的安全性。
2021-02-02 03:34:45 65KB python aws iam-policy AmazonWebServicesPython
1
portal-gun:在Amazon EC2竞价型实例上进行深度学习而不会痛苦
1
该项目是和集合,是对的扩展。 安装 此软件包需要Python 3.5+ 要在实验中使用,此软件包必须安装在已经存在的Python环境中。 $ pip install -U chaostoolkit-aws 用法 要使用此程序包中的探针和操作,请将以下内容添加到实验文件中: { " name " : " stop-an-ec2-instance " , " provider " : { " type " : " python " , " module " : " chaosaws.ec2.actions " , " func " : " stop_instance " , " arguments " : { " instance_id " : " i-123456 " } } }, { " name " : " create-a-new-policy " , " provider " : { " type " : " pyt
1