aws_list_regions
List all AWS regions enabled on your account by bootstrapping an EC2 client with a chosen region, 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 |