From ead95437995c570949a1931f8b7e46632cf9c8cf Mon Sep 17 00:00:00 2001 From: Philip Cristiano Date: Fri, 5 Jul 2013 13:35:31 -0400 Subject: [PATCH] docs: Use free-tier instance size --- website/source/docs/builders/amazon-ebs.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/builders/amazon-ebs.html.markdown b/website/source/docs/builders/amazon-ebs.html.markdown index 0e619eb09..2d5e24724 100644 --- a/website/source/docs/builders/amazon-ebs.html.markdown +++ b/website/source/docs/builders/amazon-ebs.html.markdown @@ -81,7 +81,7 @@ Here is a basic example. It is completely valid except for the access keys: "secret_key": "YOUR SECRET KEY HERE", "region": "us-east-1", "source_ami": "ami-de0d9eb7", - "instance_type": "m1.small", + "instance_type": "t1.micro", "ssh_username": "ubuntu", "ami_name": "packer-quick-start {{.CreateTime}}" }