docs: Use free-tier instance size

This commit is contained in:
Philip Cristiano 2013-07-05 13:22:38 -04:00
parent 9f624a4557
commit a1ec059966
1 changed files with 1 additions and 1 deletions

View File

@ -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}}"
}