update owners docs
This commit is contained in:
parent
38f374b5f7
commit
d5ce18b857
|
@ -309,8 +309,11 @@ each category, the available configuration keys are alphabetized.
|
||||||
Any filter described in the docs for [DescribeImages](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeImages.html)
|
Any filter described in the docs for [DescribeImages](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeImages.html)
|
||||||
is valid.
|
is valid.
|
||||||
|
|
||||||
- `owners` (array of strings) - This scopes the AMIs to certain Amazon account IDs.
|
- `owners` (array of strings) - Filters the images by their owner. You may
|
||||||
This is a required option, necessary to limit the AMIs your account or a trusted third party.
|
specify one or more AWS account IDs, "self" (which will use the account
|
||||||
|
whose credentials you are using to run Packer), or an AWS owner alias:
|
||||||
|
for example, "amazon", "aws-marketplace", or "microsoft".
|
||||||
|
This option is required for security reasons.
|
||||||
|
|
||||||
- `most_recent` (boolean) - Selects the newest created image when true.
|
- `most_recent` (boolean) - Selects the newest created image when true.
|
||||||
This is most useful for selecting a daily distro build.
|
This is most useful for selecting a daily distro build.
|
||||||
|
|
|
@ -328,8 +328,11 @@ builder.
|
||||||
Any filter described in the docs for [DescribeImages](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeImages.html)
|
Any filter described in the docs for [DescribeImages](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeImages.html)
|
||||||
is valid.
|
is valid.
|
||||||
|
|
||||||
- `owners` (array of strings) - This scopes the AMIs to certain Amazon account IDs.
|
- `owners` (array of strings) - Filters the images by their owner. You may
|
||||||
This is a required option, necessary to limit the AMIs your account or a trusted third party.
|
specify one or more AWS account IDs, "self" (which will use the account
|
||||||
|
whose credentials you are using to run Packer), or an AWS owner alias:
|
||||||
|
for example, "amazon", "aws-marketplace", or "microsoft".
|
||||||
|
This option is required for security reasons.
|
||||||
|
|
||||||
- `most_recent` (boolean) - Selects the newest created image when true.
|
- `most_recent` (boolean) - Selects the newest created image when true.
|
||||||
This is most useful for selecting a daily distro build.
|
This is most useful for selecting a daily distro build.
|
||||||
|
|
|
@ -321,8 +321,12 @@ builder.
|
||||||
Any filter described in the docs for [DescribeImages](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeImages.html)
|
Any filter described in the docs for [DescribeImages](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeImages.html)
|
||||||
is valid.
|
is valid.
|
||||||
|
|
||||||
- `owners` (array of strings) - This scopes the AMIs to certain Amazon account IDs.
|
- `owners` (array of strings) - Filters the images by their owner. You may
|
||||||
This is a required option, necessary to limit the AMIs your account or a trusted third party.
|
specify one or more AWS account IDs, "self" (which will use the account
|
||||||
|
whose credentials you are using to run Packer), or an AWS owner alias:
|
||||||
|
for example, "amazon", "aws-marketplace", or "microsoft".
|
||||||
|
This option is required for security reasons.
|
||||||
|
|
||||||
|
|
||||||
- `most_recent` (boolean) - Selects the newest created image when true.
|
- `most_recent` (boolean) - Selects the newest created image when true.
|
||||||
This is most useful for selecting a daily distro build.
|
This is most useful for selecting a daily distro build.
|
||||||
|
|
|
@ -249,8 +249,11 @@ builder.
|
||||||
Any filter described in the docs for [DescribeImages](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeImages.html)
|
Any filter described in the docs for [DescribeImages](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeImages.html)
|
||||||
is valid.
|
is valid.
|
||||||
|
|
||||||
- `owners` (array of strings) - This scopes the AMIs to certain Amazon account IDs.
|
- `owners` (array of strings) - Filters the images by their owner. You may
|
||||||
This is a required option, necessary to limit the AMIs your account or a trusted third party.
|
specify one or more AWS account IDs, "self" (which will use the account
|
||||||
|
whose credentials you are using to run Packer), or an AWS owner alias:
|
||||||
|
for example, "amazon", "aws-marketplace", or "microsoft".
|
||||||
|
This option is required for security reasons.
|
||||||
|
|
||||||
- `most_recent` (boolean) - Selects the newest created image when true.
|
- `most_recent` (boolean) - Selects the newest created image when true.
|
||||||
This is most useful for selecting a daily distro build.
|
This is most useful for selecting a daily distro build.
|
||||||
|
|
|
@ -321,8 +321,11 @@ builder.
|
||||||
Any filter described in the docs for [DescribeImages](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeImages.html)
|
Any filter described in the docs for [DescribeImages](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeImages.html)
|
||||||
is valid.
|
is valid.
|
||||||
|
|
||||||
- `owners` (array of strings) - This scopes the AMIs to certain Amazon account IDs.
|
- `owners` (array of strings) - Filters the images by their owner. You may
|
||||||
This is a required option, necessary to limit the AMIs your account or a trusted third party.
|
specify one or more AWS account IDs, "self" (which will use the account
|
||||||
|
whose credentials you are using to run Packer), or an AWS owner alias:
|
||||||
|
for example, "amazon", "aws-marketplace", or "microsoft".
|
||||||
|
This option is required for security reasons.
|
||||||
|
|
||||||
- `most_recent` (boolean) - Selects the newest created image when true.
|
- `most_recent` (boolean) - Selects the newest created image when true.
|
||||||
This is most useful for selecting a daily distro build.
|
This is most useful for selecting a daily distro build.
|
||||||
|
|
Loading…
Reference in New Issue