stop-bastion
Last updated
Stop a running bastion.
rumi cloud aws stop-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 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
rumi cloud aws stop-bastion \
--profile my-aws-profile \
--network my-network \
--name dataLast updated