Commit 44a2ceb3 authored by Matt Rogers's avatar Matt Rogers

Use the latest micro instance from the free tier

parent 53d531fa
...@@ -55,7 +55,7 @@ briefly. Create a file `example.json` and fill it with the following contents: ...@@ -55,7 +55,7 @@ briefly. Create a file `example.json` and fill it with the following contents:
"secret_key": "{{user `aws_secret_key`}}", "secret_key": "{{user `aws_secret_key`}}",
"region": "us-east-1", "region": "us-east-1",
"source_ami": "ami-de0d9eb7", "source_ami": "ami-de0d9eb7",
"instance_type": "t1.micro", "instance_type": "t2.micro",
"ssh_username": "ubuntu", "ssh_username": "ubuntu",
"ami_name": "packer-example {{timestamp}}" "ami_name": "packer-example {{timestamp}}"
}] }]
......
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