Commit ac448190 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

Merge pull request #142 from philipcristiano/master

website: Use free-tier instance size.
parents d3598278 ead95437
...@@ -81,7 +81,7 @@ Here is a basic example. It is completely valid except for the access keys: ...@@ -81,7 +81,7 @@ Here is a basic example. It is completely valid except for the access keys:
"secret_key": "YOUR SECRET KEY HERE", "secret_key": "YOUR SECRET KEY HERE",
"region": "us-east-1", "region": "us-east-1",
"source_ami": "ami-de0d9eb7", "source_ami": "ami-de0d9eb7",
"instance_type": "m1.small", "instance_type": "t1.micro",
"ssh_username": "ubuntu", "ssh_username": "ubuntu",
"ami_name": "packer-quick-start {{.CreateTime}}" "ami_name": "packer-quick-start {{.CreateTime}}"
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment