> 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-amq.md).

# start-amq

Start a stopped ActiveMQ broker.

## Syntax

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

## Options

| Option      | Short | Description                                | Default        |
| ----------- | ----- | ------------------------------------------ | -------------- |
| `--profile` | `-p`  | AWS profile to use                         | Required       |
| `--region`  | `-r`  | AWS region                                 | `us-east-1`    |
| `--network` | `-n`  | Name of the Rumi network                   | Required       |
| `--no-wait` | `-o`  | Don't wait for the instance to fully start | `false` (wait) |

## See Also

* [launch-amq](/rumi-cli/commands/cloud/aws/launch-amq.md)
* [stop-amq](/rumi-cli/commands/cloud/aws/stop-amq.md)
* [terminate-amq](/rumi-cli/commands/cloud/aws/terminate-amq.md)
