Use the latest micro instance from the free tier

pull/1704/head
Matt Rogers 11 years ago
parent 53d531fad4
commit 44a2ceb3d8

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

Loading…
Cancel
Save