From a1ec0599663100b8cb38f9569fbd51c45c47c310 Mon Sep 17 00:00:00 2001 From: Philip Cristiano Date: Fri, 5 Jul 2013 13:22:38 -0400 Subject: [PATCH] docs: Use free-tier instance size --- website/source/docs/templates/introduction.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/templates/introduction.html.markdown b/website/source/docs/templates/introduction.html.markdown index 799fd9e20..8a2213675 100644 --- a/website/source/docs/templates/introduction.html.markdown +++ b/website/source/docs/templates/introduction.html.markdown @@ -54,7 +54,7 @@ missing valid AWS access keys. Otherwise, it would work properly with "secret_key": "...", "region": "us-east-1", "source_ami": "ami-de0d9eb7", - "instance_type": "m1.small", + "instance_type": "t1.micro", "ssh_username": "ubuntu", "ami_name": "packer {{.CreateTime}}" }