Back to Amazon EC2 Integrations
Handler · Version 1

AWS EC2 Describe Availability Zones Amazon EC2

Download GitHub

About

Returns a set of availability zones and details for each of those zones. If no availability zones are specified in the input, all zones and their details are returned. The zone details are returned as a JSON object that maps the zone names to another JSON object containing the zone details. The available details are currently 'zonename','state','regionname', and 'messages'.

The Dry Run parameter validates user permissions and inputs. If it is set to true, an error will always be thrown by the handler before completing the handler action. Error response will be 'DryRunOperation' if the account has proper permissions and inputs; 'UnauthorizedOperation' if the account does not have proper permissions.

Parameters
Name Description Sample
Dry Run Dry run validates user permissions and inputs without completing the EC2 action (true or false). false
Zone Names The names of one or more availability zones, comma separated. Leave blank to return data on all availability zones. us-east-1a,us-east-1b
Results
Name Description
Availability Zone Names A comma separated list of availability zone names that were returned
Availability Zone Details A JSON object containing the availability zone details in the form of {"zone1": {"name": "zone1","region_name"...}, "zone2": ...}
Changelog

AWS EC2 Describe Availability Zones V1 (2017-08-23)

  • Initial version. See README for details.
Download GitHub

On This Page

Looking for a workflow engine? Learn more about the Kinetic Data Enterprise Workflow Platform. Check it out
Return to Top