Merge pull request #4533 from mitchellh/readt2
use t2. instance type in readme
This commit is contained in:
commit
328deac28e
|
@ -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}}"
|
||||
}]
|
||||
|
|
Loading…
Reference in New Issue