stop
Last updated
Stop all services in a private cloud. Instances remain provisioned.
rumi cloud aws stop --profile <profile> --name <name> [options]--profile
-p
AWS profile to use
Required
--name
-n
Name of the private cloud
Required
--region
-r
AWS region
us-east-1
rumi cloud aws stop --profile my-aws-profile --name my-cloudCost Tip: Stopping instances avoids EC2 hourly charges while preserving your environment. EBS storage charges still apply.
Last updated