该项目是和集合,是对的扩展。
安装
此软件包需要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