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

stop-bastion

Stop a running bastion.

Syntax

rumi cloud aws stop-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 stop it into

Required

--name

-b

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

none

--no-wait

-o

Whether to not wait for the instance to fully stop

false

Example

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

See Also

Last updated