mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00

* added ssh_key parameter to the manifest to connect with (have to be present in AWS) * added readme * changed instance type to something what can run outside VPC (m3.medium)
22 lines
727 B
ReStructuredText
22 lines
727 B
ReStructuredText
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``
|