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

terminate-bastion

Terminate a bastion.

Syntax

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

Required

--name

-b

The bastion name to terminate; required in a multi-bastion network, omitted in a single-bastion network

none

--no-wait

-o

Whether to not wait for the instance to fully terminate

false

Example

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

Notes

This command refuses to terminate the last running jump-capable bastion while other Rumi instances still run, since doing so would strand the fleet (no SSH/SSM entry point would remain).

See Also

Last updated