Commit b20e26be authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

website: update docs for ami_groups claritifaction [GH-1068]

parent 84011773
...@@ -88,6 +88,7 @@ each category, the available configuration keys are alphabetized. ...@@ -88,6 +88,7 @@ each category, the available configuration keys are alphabetized.
* `ami_groups` (array of strings) - A list of groups that have access * `ami_groups` (array of strings) - A list of groups that have access
to launch the resulting AMI(s). By default no groups have permission to launch the resulting AMI(s). By default no groups have permission
to launch the AMI. `all` will make the AMI publicly accessible. to launch the AMI. `all` will make the AMI publicly accessible.
AWS currently doesn't accept any value other than "all".
* `ami_product_codes` (array of strings) - A list of product codes to * `ami_product_codes` (array of strings) - A list of product codes to
associate with the AMI. By default no product codes are associated with associate with the AMI. By default no product codes are associated with
......
...@@ -107,6 +107,7 @@ each category, the available configuration keys are alphabetized. ...@@ -107,6 +107,7 @@ each category, the available configuration keys are alphabetized.
* `ami_groups` (array of strings) - A list of groups that have access * `ami_groups` (array of strings) - A list of groups that have access
to launch the resulting AMI(s). By default no groups have permission to launch the resulting AMI(s). By default no groups have permission
to launch the AMI. `all` will make the AMI publicly accessible. to launch the AMI. `all` will make the AMI publicly accessible.
AWS currently doesn't accept any value other than "all".
* `ami_product_codes` (array of strings) - A list of product codes to * `ami_product_codes` (array of strings) - A list of product codes to
associate with the AMI. By default no product codes are associated with associate with the AMI. By default no product codes are associated with
......
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