availability_zones#

async idem_aws.exec.aws.ec2.availability_zones.get(hub, ctx, name: str = None, resource_id: str = None, all_availability_zones: bool = None, filters: List = None) Dict[source]#

Returns the list of AWS Availability Zones, Local Zones, and Wavelength Zones that are available within the region. The return will be in the same format as what the boto3 api returns.

Parameters:
$ idem exec aws.ec2.availability_zones.get name=us-west-2b
async idem_aws.exec.aws.ec2.availability_zones.list_(hub, ctx, all_availability_zones: bool = None, filters: List = None) Dict[source]#

Returns the list of AWS Availability Zones, Local Zones, and Wavelength Zones that are available within the region. The return will be in the same format as what the boto3 api returns.

Parameters:
$ idem exec aws.ec2.availability_zones.list all_availability_zones=true