module.exports = function fnGetAZs(region, options) {
  options = _.merge({hash: {}}, options);

  region = cValue(region, options);