Use a newer source AMI
The AMI that was previously listed before this change no longer exists.
This commit is contained in:
parent
44a2ceb3d8
commit
df48ec3356
|
@ -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-de0d9eb7",
|
||||
"source_ami": "ami-3d50120d",
|
||||
"instance_type": "t2.micro",
|
||||
"ssh_username": "ubuntu",
|
||||
"ami_name": "packer-example {{timestamp}}"
|
||||
|
|
Loading…
Reference in New Issue