From bbe846443f42fa53649682b5d230fe1272be394a Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Thu, 9 Feb 2017 23:22:31 -0800 Subject: [PATCH] use t2. instance type in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9a51af906..7c066517b 100644 --- a/README.md +++ b/README.md @@ -73,8 +73,8 @@ file as `quick-start.json`. Export your AWS credentials as the "access_key": "{{user `access_key`}}", "secret_key": "{{user `secret_key`}}", "region": "us-east-1", - "source_ami": "ami-de0d9eb7", - "instance_type": "t1.micro", + "source_ami": "ami-fce3c696,", + "instance_type": "t2.micro", "ssh_username": "ubuntu", "ami_name": "packer-example {{timestamp}}" }]