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

start-bastion

Start a stopped bastion.

Syntax

rumi cloud aws start-bastion \
  --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 network to start it into

Required

--name

-b

The bastion name to start; omit to target the single (unnamed) bastion

none

--no-wait

-o

Whether to not wait for the instance to fully start

false

Example

rumi cloud aws start-bastion \
  --profile my-aws-profile \
  --network my-network \
  --name data

See Also

Last updated