Merge pull request #4897 from dougireton/patch-1

Use current generation instance type
This commit is contained in:
Matthew Hooker 2017-05-17 10:07:42 -07:00 committed by GitHub
commit 7e76faaeb9
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ builder.
engine](/docs/templates/engine.html) for more info)
- `instance_type` (string) - The EC2 instance type to use while building the
AMI, such as `m1.small`.
AMI, such as `t2.small`.
- `region` (string) - The name of the region, such as `us-east-1`, in which to
launch the EC2 instance to create the AMI.