|
|
|
|
@ -213,7 +213,7 @@ Here is a basic example. You will need to provide access keys, and may need to c
|
|
|
|
|
"access_key": "YOUR KEY HERE",
|
|
|
|
|
"secret_key": "YOUR SECRET KEY HERE",
|
|
|
|
|
"region": "us-east-1",
|
|
|
|
|
"source_ami": "ami-72b9e018",
|
|
|
|
|
"source_ami": "ami-fce3c696",
|
|
|
|
|
"instance_type": "t2.micro",
|
|
|
|
|
"ssh_username": "ubuntu",
|
|
|
|
|
"ami_name": "packer-quick-start {{timestamp}}"
|
|
|
|
|
@ -244,7 +244,7 @@ the /dev/sdb and /dev/sdc block device mappings to the finished AMI. As with the
|
|
|
|
|
"access_key": "YOUR KEY HERE",
|
|
|
|
|
"secret_key": "YOUR SECRET KEY HERE",
|
|
|
|
|
"region": "us-east-1",
|
|
|
|
|
"source_ami": "ami-72b9e018",
|
|
|
|
|
"source_ami": "ami-fce3c696",
|
|
|
|
|
"instance_type": "t2.micro",
|
|
|
|
|
"ssh_username": "ubuntu",
|
|
|
|
|
"ami_name": "packer-quick-start {{timestamp}}",
|
|
|
|
|
@ -272,7 +272,7 @@ Here is an example using the optional AMI tags. This will add the tags
|
|
|
|
|
"access_key": "YOUR KEY HERE",
|
|
|
|
|
"secret_key": "YOUR SECRET KEY HERE",
|
|
|
|
|
"region": "us-east-1",
|
|
|
|
|
"source_ami": "ami-72b9e018",
|
|
|
|
|
"source_ami": "ami-fce3c696",
|
|
|
|
|
"instance_type": "t2.micro",
|
|
|
|
|
"ssh_username": "ubuntu",
|
|
|
|
|
"ami_name": "packer-quick-start {{timestamp}}",
|
|
|
|
|
|