From e15f88bd5d647133f7eed4d42cb89abf19444091 Mon Sep 17 00:00:00 2001 From: Doug Ireton Date: Wed, 17 May 2017 10:05:51 -0700 Subject: [PATCH] Use current generation instance type m1 instance types are no longer available from AWS. Use `t2.small` instance type in example --- website/source/docs/builders/amazon-ebs.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/builders/amazon-ebs.html.md b/website/source/docs/builders/amazon-ebs.html.md index 4949e7250..1b2fba11a 100644 --- a/website/source/docs/builders/amazon-ebs.html.md +++ b/website/source/docs/builders/amazon-ebs.html.md @@ -54,7 +54,7 @@ builder. engine](/docs/templates/engine.html) for more info) - `instance_type` (string) - The EC2 instance type to use while building the - AMI, such as `m1.small`. + AMI, such as `t2.small`. - `region` (string) - The name of the region, such as `us-east-1`, in which to launch the EC2 instance to create the AMI.