launch-jump
Last updated
Provision and start the Jump server.
rumi cloud aws launch-jump \
--profile <profile> \
--network <network> \
--key-pair <keypair> \
[options]--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
rumi cloud aws launch-jump \
--profile my-aws-profile \
--network my-network \
--key-pair my-keypairLast updated