aws_list_regions
Lists all AWS regions enabled on your account. Uses a specified bootstrap region to construct the EC2 client.
Instructions
List all AWS regions enabled on the account. bootstrap_region is only used to construct the EC2 client (the call itself is global). Defaults to us-east-1.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bootstrap_region | No | Region used to bootstrap the EC2 client (default: us-east-1). | us-east-1 |