> For the complete documentation index, see [llms.txt](https://docs.rumi.systems/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rumi.systems/rumi-cli/commands/cloud/aws/list-zones.md).

# list-zones

List hosted zones associated with Rumi networks.

## Syntax

```bash
rumi cloud aws list-zones --profile <profile> [--region <region>]
```

## Options

| Option      | Short | Description        | Default   |
| ----------- | ----- | ------------------ | --------- |
| `--profile` | `-p`  | AWS profile to use | Required  |
| `--region`  | `-r`  | AWS region         | us-east-1 |

## Example

```bash
rumi cloud aws list-zones --profile my-aws-profile
```

## See Also

* [create-zone](/rumi-cli/commands/cloud/aws/create-zone.md)
