bootstrap-vz/bootstrapvz/plugins/ec2_launch
2018-02-25 09:43:47 +00:00
..
__init__.py fix pylint W0403(relative-import) 2018-02-25 04:12:24 +00:00
manifest-schema.yml Plugin: ec2_launch ssh key, instance type, etc. + 2016-09-21 14:56:00 +01:00
README.rst Plugin: ec2_launch ssh key, instance type, etc. + 2016-09-21 14:56:00 +01:00
tasks.py pylint W0703(broad-except) 2018-02-25 09:43:47 +00:00

ec2-launch
----------
This plugin is spinning up **AWS classic instance** from the AMI created with
the template from which this plugin is invoked.

Settings
~~~~~~~~
- ``security_group_ids``: A list of security groups (not VPC) to attach to the
  instance
  ``required``
- ``instance_type``: A string with AWS Classic capable instance to run
  (default: m3.medium)
  ``optional``
- ``ssh_key``: A string with the ssh key name to apply to the instance.
  ``required``
- ``print_public_ip``: A string with the path to write instance external IP to
  ``optional``
- ``tags``:
  ``optional``
- ``deregister_ami``: A boolean value describing if AMI should be kept after
  sinning up instance or not (default: false)
  ``optional``