> 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/create-zone.md).

# create-zone

Create a hosted zone for a Rumi network.

## Syntax

```bash
rumi cloud aws create-zone --profile <profile> --network <network> --zone <zone-name> [options]
```

## Options

| Option      | Short | Description              | Default   |
| ----------- | ----- | ------------------------ | --------- |
| `--profile` | `-p`  | AWS profile to use       | Required  |
| `--network` | `-n`  | Name of the Rumi network | Required  |
| `--zone`    | `-z`  | DNS zone name            | Required  |
| `--region`  | `-r`  | AWS region               | us-east-1 |

## Example

```bash
rumi cloud aws create-zone \
  --profile my-aws-profile \
  --network my-network \
  --zone my-cloud.example.com
```

## See Also

* [list-zones](/rumi-cli/commands/cloud/aws/list-zones.md)
* [create-network](/rumi-cli/commands/cloud/aws/create-network.md)
