From d5ce18b857afe6e6850e10324a57f8427b961a65 Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Wed, 12 Sep 2018 05:35:59 -0700 Subject: [PATCH] update owners docs --- website/source/docs/builders/amazon-chroot.html.md | 7 +++++-- website/source/docs/builders/amazon-ebs.html.md | 7 +++++-- website/source/docs/builders/amazon-ebssurrogate.html.md | 8 ++++++-- website/source/docs/builders/amazon-ebsvolume.html.md | 7 +++++-- website/source/docs/builders/amazon-instance.html.md | 7 +++++-- 5 files changed, 26 insertions(+), 10 deletions(-) diff --git a/website/source/docs/builders/amazon-chroot.html.md b/website/source/docs/builders/amazon-chroot.html.md index bcc837e1a..8f84b49b6 100644 --- a/website/source/docs/builders/amazon-chroot.html.md +++ b/website/source/docs/builders/amazon-chroot.html.md @@ -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) is valid. - - `owners` (array of strings) - This scopes the AMIs to certain Amazon account IDs. - This is a required option, necessary to limit the AMIs your account or a trusted third party. + - `owners` (array of strings) - Filters the images by their owner. You may + 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. This is most useful for selecting a daily distro build. diff --git a/website/source/docs/builders/amazon-ebs.html.md b/website/source/docs/builders/amazon-ebs.html.md index 05596e082..8217fc714 100644 --- a/website/source/docs/builders/amazon-ebs.html.md +++ b/website/source/docs/builders/amazon-ebs.html.md @@ -328,8 +328,11 @@ builder. Any filter described in the docs for [DescribeImages](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeImages.html) is valid. - - `owners` (array of strings) - This scopes the AMIs to certain Amazon account IDs. - This is a required option, necessary to limit the AMIs your account or a trusted third party. + - `owners` (array of strings) - Filters the images by their owner. You may + 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. This is most useful for selecting a daily distro build. diff --git a/website/source/docs/builders/amazon-ebssurrogate.html.md b/website/source/docs/builders/amazon-ebssurrogate.html.md index e79216d7c..d592b9805 100644 --- a/website/source/docs/builders/amazon-ebssurrogate.html.md +++ b/website/source/docs/builders/amazon-ebssurrogate.html.md @@ -321,8 +321,12 @@ builder. Any filter described in the docs for [DescribeImages](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeImages.html) is valid. - - `owners` (array of strings) - This scopes the AMIs to certain Amazon account IDs. - This is a required option, necessary to limit the AMIs your account or a trusted third party. + - `owners` (array of strings) - Filters the images by their owner. You may + 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. This is most useful for selecting a daily distro build. diff --git a/website/source/docs/builders/amazon-ebsvolume.html.md b/website/source/docs/builders/amazon-ebsvolume.html.md index 4e032ae1a..7309ff6c5 100644 --- a/website/source/docs/builders/amazon-ebsvolume.html.md +++ b/website/source/docs/builders/amazon-ebsvolume.html.md @@ -249,8 +249,11 @@ builder. Any filter described in the docs for [DescribeImages](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeImages.html) is valid. - - `owners` (array of strings) - This scopes the AMIs to certain Amazon account IDs. - This is a required option, necessary to limit the AMIs your account or a trusted third party. + - `owners` (array of strings) - Filters the images by their owner. You may + 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. This is most useful for selecting a daily distro build. diff --git a/website/source/docs/builders/amazon-instance.html.md b/website/source/docs/builders/amazon-instance.html.md index 317692c02..412e2e703 100644 --- a/website/source/docs/builders/amazon-instance.html.md +++ b/website/source/docs/builders/amazon-instance.html.md @@ -321,8 +321,11 @@ builder. Any filter described in the docs for [DescribeImages](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeImages.html) is valid. - - `owners` (array of strings) - This scopes the AMIs to certain Amazon account IDs. - This is a required option, necessary to limit the AMIs your account or a trusted third party. + - `owners` (array of strings) - Filters the images by their owner. You may + 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. This is most useful for selecting a daily distro build.