aws_list_regions
Lists all AWS regions enabled for your account. Uses an optional bootstrap region to construct the EC2 client, defaulting to us-east-1.
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 |