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

# start

Start all services in a private cloud.

## Syntax

```bash
rumi cloud aws start --profile <profile> --name <name> [options]
```

## Options

| Option      | Short | Description               | Default   |
| ----------- | ----- | ------------------------- | --------- |
| `--profile` | `-p`  | AWS profile to use        | Required  |
| `--name`    | `-n`  | Name of the private cloud | Required  |
| `--region`  | `-r`  | AWS region                | us-east-1 |

## Example

```bash
rumi cloud aws start --profile my-aws-profile --name my-cloud
```

## See Also

* [stop](/rumi-cli/commands/cloud/aws/stop.md)
* [provision](/rumi-cli/commands/cloud/aws/provision.md)
* [deprovision](/rumi-cli/commands/cloud/aws/deprovision.md)
