vmshepherd-aws-drivers

AWS drivers for VmShepherd


Keywords
vmshepherd, AWS, ASG
License
Apache-2.0
Install
pip install vmshepherd-aws-drivers==1.3.1

Documentation

vmshepherd-aws-drivers

image0 image1

Introduction

Provides plugin for VmShepherd . Drivers allows to view panel with autoscaling groups and use rpc api from vmshepherd

Installation

Simply use pip.

pip install vmshepherd-aws-drivers

Library requires (as well as VmShepherd itself) python 3.6 or later.

Usage

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

# ...

Develop

Run tests:

make test
make develop

License

Apache License 2.0