Provides plugin for VmShepherd . Drivers allows to view panel with autoscaling groups and use rpc api from vmshepherd
Simply use pip
.
pip install vmshepherd-aws-drivers
Library requires (as well as VmShepherd itself) python 3.6 or later.
Install package (in the same environment as VmShepherd) and configure VmShepherd
like:
# ... iaas: driver: AwsIaaSDriver preset: driver: AwsPresetDriver ec2_page_size: 1000 (optional) - maximum number of instances returned in one call to aws ec2 api # ...
Run tests:
make test make develop