Use current generation instance type

m1 instance types are no longer available from AWS. Use `t2.small` instance type in example
This commit is contained in:
Doug Ireton 2017-05-17 10:05:51 -07:00 committed by GitHub
parent 94360f4b39
commit e15f88bd5d
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.