For the complete documentation index, see llms.txt. This page is also available as Markdown.

launch-kafka

Provision and start the Kafka broker.

Syntax

rumi cloud aws launch-kafka \
  --profile <profile> \
  --network <network> \
  --key-pair <keypair> \
  [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

--key-pair

-k

The network's EC2 key pair

Required

--proxy-server

-a

nginx server_name on the jump server for the Kafka broker

null (matches any host)

--proxy-port

-b

Port nginx listens on on the jump server for the Kafka broker

0 (no proxy)

Example

rumi cloud aws launch-kafka \
  --profile my-aws-profile \
  --network my-network \
  --key-pair my-keypair

See Also

Last updated