mirror of
https://github.com/hashicorp/packer.git
synced 2026-03-14 22:53:36 -04:00
Use the latest micro instance from the free tier
This commit is contained in:
parent
53d531fad4
commit
44a2ceb3d8
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ briefly. Create a file `example.json` and fill it with the following contents:
|
|||
"secret_key": "{{user `aws_secret_key`}}",
|
||||
"region": "us-east-1",
|
||||
"source_ami": "ami-de0d9eb7",
|
||||
"instance_type": "t1.micro",
|
||||
"instance_type": "t2.micro",
|
||||
"ssh_username": "ubuntu",
|
||||
"ami_name": "packer-example {{timestamp}}"
|
||||
}]
|
||||
|
|
|
|||
Loading…
Reference in a new issue