Describe Regions
GET {{aws_ec2_base_url}}/?AllRegions&DryRun&Filter.N&RegionName.N&Action=DescribeRegions
Describes the Regions that are enabled for your account, or all Regions.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
AllRegions | null | Indicates whether to display all Regions, including Regions that are disabled for your account. | |
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. | |
RegionName.N | null | The names of the Regions. You can specify any Regions, whether they are enabled and disabled for your account. | |
Action | string |