From cdfe7fb6fc3d5fa6f4a171f3279244a8d3283289 Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Tue, 21 Feb 2017 10:53:32 -0800 Subject: [PATCH] fix ami --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c066517b..5c4905cbb 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ 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-fce3c696,", + "source_ami": "ami-af22d9b9", "instance_type": "t2.micro", "ssh_username": "ubuntu", "ami_name": "packer-example {{timestamp}}"