diff --git a/website/source/docs/builders/amazon-chroot.html.md b/website/source/docs/builders/amazon-chroot.html.md index d90353909..cbaa66f91 100644 --- a/website/source/docs/builders/amazon-chroot.html.md +++ b/website/source/docs/builders/amazon-chroot.html.md @@ -206,6 +206,7 @@ each category, the available configuration keys are alphabetized. - `source_ami_filter` (object) - Filters used to populate the `source_ami` field. Example: + ``` {.javascript} "source_ami_filter": { "filters": { @@ -217,6 +218,7 @@ each category, the available configuration keys are alphabetized. "most_recent": true } ``` + This selects the most recent Ubuntu 16.04 HVM EBS AMI from Canonical. NOTE: This will fail unless *exactly* one AMI is returned. In the above example, `most_recent` will cause this to succeed by selecting the newest image. diff --git a/website/source/docs/builders/amazon-ebs-volume.html.md b/website/source/docs/builders/amazon-ebs-volume.html.md index 7f279eb63..aef2e4897 100644 --- a/website/source/docs/builders/amazon-ebs-volume.html.md +++ b/website/source/docs/builders/amazon-ebs-volume.html.md @@ -119,6 +119,7 @@ builder. - `source_ami_filter` (object) - Filters used to populate the `source_ami` field. Example: + ``` {.javascript} "source_ami_filter": { "filters": { @@ -130,6 +131,7 @@ builder. "most_recent": true } ``` + This selects the most recent Ubuntu 16.04 HVM EBS AMI from Canonical. NOTE: This will fail unless *exactly* one AMI is returned. In the above example, `most_recent` will cause this to succeed by selecting the newest image. diff --git a/website/source/docs/builders/amazon-ebs.html.md b/website/source/docs/builders/amazon-ebs.html.md index 2f2ccc80d..e21c33589 100644 --- a/website/source/docs/builders/amazon-ebs.html.md +++ b/website/source/docs/builders/amazon-ebs.html.md @@ -190,6 +190,7 @@ builder. - `source_ami_filter` (object) - Filters used to populate the `source_ami` field. Example: + ``` {.javascript} "source_ami_filter": { "filters": { @@ -201,6 +202,7 @@ builder. "most_recent": true } ``` + This selects the most recent Ubuntu 16.04 HVM EBS AMI from Canonical. NOTE: This will fail unless *exactly* one AMI is returned. In the above example, `most_recent` will cause this to succeed by selecting the newest image. diff --git a/website/source/docs/builders/amazon-instance.html.md b/website/source/docs/builders/amazon-instance.html.md index 241c9aeb4..1c2cf341f 100644 --- a/website/source/docs/builders/amazon-instance.html.md +++ b/website/source/docs/builders/amazon-instance.html.md @@ -206,6 +206,7 @@ builder. - `source_ami_filter` (object) - Filters used to populate the `source_ami` field. Example: + ``` {.javascript} "source_ami_filter": { "filters": { @@ -217,6 +218,7 @@ builder. "most_recent": true } ``` + This selects the most recent Ubuntu 16.04 HVM EBS AMI from Canonical. NOTE: This will fail unless *exactly* one AMI is returned. In the above example, `most_recent` will cause this to succeed by selecting the newest image. diff --git a/website/source/docs/builders/amazon.html.md b/website/source/docs/builders/amazon.html.md index 1c3ac9e94..b1a2e8b1a 100644 --- a/website/source/docs/builders/amazon.html.md +++ b/website/source/docs/builders/amazon.html.md @@ -35,7 +35,7 @@ generally recommends EBS-backed images nowadays. # Amazon EBS Volume Builder Packer is able to create Amazon EBS Volumes which are preinitialized with a -filesystem and data. +filesystem and data. - [amazon-ebsvolume](/docs/builders/amazon-ebs-volume.html) - Create EBS volumes by launching a source AMI with block devices mapped. Provision the instance,