resize-instance
Last updated
Retype a running service instance. The instance is stopped, its type is changed via ModifyInstanceAttribute, and it is restarted.
rumi cloud aws resize-instance \
--profile <profile> \
--network <network> \
--name <instance> \
--instance-type <type> \
[options]--profile
-p
AWS profile to use
Required
--region
-r
AWS region
us-east-1
--network
-n
Name of the network the instance is in
Required
--name
-a
The name of the service instance to resize
Required
--instance-type
-t
The target EC2 instance type (e.g. t3.large)
Required
--no-wait
-o
Whether to not wait for the instance to fully restart
false
Last updated
rumi cloud aws resize-instance \
--profile my-aws-profile \
--network my-network \
--name w1 \
--instance-type t3.large