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.
Current default value of
io_optimzed
is false. If a user choose an io optimized instance type, the process would fail because the mismatch betweenio_optimized
andinstance_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.