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`}}",
|
||||
"secret_key": "{{user `aws_secret_key`}}",
|
||||
"region": "us-east-1",
|
||||
"source_ami": "ami-de0d9eb7",
|
||||
"instance_type": "t1.micro",
|
||||
"source_ami": "ami-3d50120d",
|
||||
"instance_type": "t2.micro",
|
||||
"ssh_username": "ubuntu",
|
||||
"ami_name": "packer-example {{timestamp}}"
|
||||
}]
|
||||
|
|
Loading…
Reference in New Issue