Commit c66bb881 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

website: document ami_regions

/cc @jmassara
parent 6de93d47
...@@ -89,6 +89,10 @@ Optional: ...@@ -89,6 +89,10 @@ Optional:
associate with the AMI. By default no product codes are associated with associate with the AMI. By default no product codes are associated with
the AMI. the AMI.
* `ami_regions` (array of string) - A list of regions to copy the AMI to.
Tags and attributes are copied along with the AMI. AMI copying takes time
depending on the size of the AMI, but will generally take many minutes.
* `ami_users` (array of string) - A list of account IDs that have access * `ami_users` (array of string) - A list of account IDs that have access
to launch the resulting AMI(s). By default no additional users other than the user to launch the resulting AMI(s). By default no additional users other than the user
creating the AMI has permissions to launch it. creating the AMI has permissions to launch it.
......
...@@ -75,6 +75,10 @@ Optional: ...@@ -75,6 +75,10 @@ Optional:
associate with the AMI. By default no product codes are associated with associate with the AMI. By default no product codes are associated with
the AMI. the AMI.
* `ami_regions` (array of string) - A list of regions to copy the AMI to.
Tags and attributes are copied along with the AMI. AMI copying takes time
depending on the size of the AMI, but will generally take many minutes.
* `ami_users` (array of string) - A list of account IDs that have access * `ami_users` (array of string) - A list of account IDs that have access
to launch the resulting AMI(s). By default no additional users other than the user to launch the resulting AMI(s). By default no additional users other than the user
creating the AMI has permissions to launch it. creating the AMI has permissions to launch it.
......
...@@ -91,6 +91,10 @@ Optional: ...@@ -91,6 +91,10 @@ Optional:
associate with the AMI. By default no product codes are associated with associate with the AMI. By default no product codes are associated with
the AMI. the AMI.
* `ami_regions` (array of string) - A list of regions to copy the AMI to.
Tags and attributes are copied along with the AMI. AMI copying takes time
depending on the size of the AMI, but will generally take many minutes.
* `ami_users` (array of string) - A list of account IDs that have access * `ami_users` (array of string) - A list of account IDs that have access
to launch the resulting AMI(s). By default no additional users other than the user to launch the resulting AMI(s). By default no additional users other than the user
creating the AMI has permissions to launch it. creating the AMI has permissions to launch it.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment