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

launch-platform

Provision and start the application platform (Admin, Discovery, Monitor).

Syntax

rumi cloud aws launch-platform \
  --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

--admin-proxy-server

-a

nginx server_name on the jump server for the Admin service

null (matches any host)

--admin-proxy-port

-b

Port nginx listens on on the jump server for the Admin service

0 (no proxy)

--discovery-proxy-server

-c

nginx server_name on the jump server for the Discovery service

null (matches any host)

--discovery-proxy-port

-d

Port nginx listens on on the jump server for the Discovery service

0 (no proxy)

--monitor-proxy-server

-e

nginx server_name on the jump server for the Monitor service

null (matches any host)

--monitor-proxy-port

-f

Port nginx listens on on the jump server for the Monitor service

0 (no proxy)

Example

See Also

Last updated