bootstrap-vz/bootstrapvz/plugins/ec2_publish
2016-09-12 19:11:20 +02:00
..
__init__.py Systematically use rel_path for relative paths 2016-09-12 19:11:20 +02:00
manifest-schema.yml ec2_publish plugin 2016-06-02 16:16:00 -07: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``