Describe Availability Zones
GET {{aws_ec2_base_url}}/?DryRun&Filter.N&ZoneId.N&ZoneName.N&Action=DescribeAvailabilityZones
Describes the Availability Zones that are available to you.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
DryRun | null | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation. | |
Filter.N | null | The filters. | |
ZoneId.N | null | The IDs of the Availability Zones. | |
ZoneName.N | null | The names of the Availability Zones. | |
Action | string |