pub async fn find_az_instance_support(
client: &Ec2Client,
instance_types: &[String],
) -> Result<BTreeMap<String, BTreeSet<String>>, Error>Expand description
Returns a map of AZ -> set of supported instance types for the given instance types.