Commit 2038f5da authored by Sergio Pantoja's avatar Sergio Pantoja

Fix tutorial source ID

`ami-9eaa1cf6` is the correct Ubuntu 14.04 AMI for the us-east-1 region.

Fixes #1841
parent 65329582
......@@ -54,7 +54,7 @@ briefly. Create a file `example.json` and fill it with the following contents:
"access_key": "{{user `aws_access_key`}}",
"secret_key": "{{user `aws_secret_key`}}",
"region": "us-east-1",
"source_ami": "ami-3d50120d",
"source_ami": "ami-9eaa1cf6",
"instance_type": "t2.micro",
"ssh_username": "ubuntu",
"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