terminate-bastion
Last updated
Terminate a bastion.
rumi cloud aws terminate-bastion \
--profile <profile> \
--network <network> \
[options]--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
rumi cloud aws terminate-bastion \
--profile my-aws-profile \
--network my-network \
--name dataThis 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).
Last updated