alibaba / packer-provider

Apache License 2.0
93 stars 26 forks source link

let product API determine the default value of io_optimized #69

Closed chhaj5236 closed 5 years ago

chhaj5236 commented 5 years ago

Current default value of io_optimzed is false. If a user choose an io optimized instance type, the process would fail because the mismatch between io_optimized and instance_type.

Therefore, we let product API to determine the default value of io_optimized. If this option is not provided, we'll keep it blank and product API will choose the default value according to the instance type.