launch-jump

Provision and start the Jump server.

Syntax

rumi cloud aws launch-jump --profile <profile> --network <network> [options]

Options

Option
Short
Description
Default

--profile

-p

AWS profile to use

Required

--network

-n

Name of the Rumi network

Required

--region

-r

AWS region

us-east-1

Example

rumi cloud aws launch-jump \
  --profile my-aws-profile \
  --network my-network

See Also

Last updated