AZ Selection Support for VPC-v2 Component

Up until now the vpc-v2 cfhighlander component always selected the first availability zones in the list return by the cloudformation function FnGetAZs(Ref('AWS::Region')). With the release of 0.7.0 of the vpc-v2 component you can now select the specific availability zones for each AWS account you deploy your stack too. This will allow you to deploy resources into specific availability zones to save on costs for VPC peering to the same availability zone or to utilize curtain services only available in specific availability zones.

To get started see the vpc-v2 component documentation for configuration.

source: https://github.com/theonestack/hl-component-vpc-v2