From e5c71008ba230d969b277fa7707c914f78145eae Mon Sep 17 00:00:00 2001 From: amangoel Date: Wed, 24 Sep 2014 17:41:41 -0700 Subject: [PATCH] Update amazon.html.markdown Technical correction --- website/source/docs/builders/amazon.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/builders/amazon.html.markdown b/website/source/docs/builders/amazon.html.markdown index 41d1ef0f7..59b8371dc 100644 --- a/website/source/docs/builders/amazon.html.markdown +++ b/website/source/docs/builders/amazon.html.markdown @@ -10,7 +10,7 @@ multiple builders depending on the strategy you want to use to build the AMI. Packer supports the following builders at the moment: * [amazon-ebs](/docs/builders/amazon-ebs.html) - Create EBS-backed AMIs - by launching a source instance and re-packaging it into a new AMI after + by launching a source AMI and re-packaging it into a new AMI after provisioning. If in doubt, use this builder, which is the easiest to get started with.