bootstrap-vz/bootstrapvz/plugins/ec2_publish
2018-02-25 04:12:24 +00:00
..
__init__.py fix pylint W0403(relative-import) 2018-02-25 04:12:24 +00:00
manifest-schema.yml Support ca-central-1 2016-12-09 08:39:17 +01:00
README.rst ec2_publish plugin 2016-06-02 16:16:00 -07:00
tasks.py Convert indentation from tabs to spaces (4) 2016-06-04 11:38:16 +02:00

EC2 publish
-----------

This plugin lets you publish an EC2 AMI to multiple regions, make AMIs public,
and output the AMIs generated in each file.

Settings
~~~~~~~~

-  ``regions``: EC2 regions to copy the final image to.
   ``optional``
-  ``public``: Whether the AMIs should be made public (i.e. available by ALL users).
   Valid values: ``true``, ``false``
   Default: ``false``.
   ``optional``
-  ``manifest_url``: URL to publish generated AMIs.
   Can be a path on the local filesystem, or a URL to S3 (https://bucket.s3-region.amazonaws.com/amis.json)
   ``optional``