Merge pull request #1704 from mattr-/new-amazon-ami-in-docs
Update the getting started docs with Amazon changes
This commit is contained in:
commit
6916b486ed
|
@ -54,8 +54,8 @@ briefly. Create a file `example.json` and fill it with the following contents:
|
||||||
"access_key": "{{user `aws_access_key`}}",
|
"access_key": "{{user `aws_access_key`}}",
|
||||||
"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-3d50120d",
|
||||||
"instance_type": "t1.micro",
|
"instance_type": "t2.micro",
|
||||||
"ssh_username": "ubuntu",
|
"ssh_username": "ubuntu",
|
||||||
"ami_name": "packer-example {{timestamp}}"
|
"ami_name": "packer-example {{timestamp}}"
|
||||||
}]
|
}]
|
||||||
|
|
Loading…
Reference in New Issue