Skip to main content

find_az_instance_support

Function find_az_instance_support 

Source
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.