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

resize-instance

Retype a running service instance. The instance is stopped, its type is changed via ModifyInstanceAttribute, and it is restarted.

Syntax

rumi cloud aws resize-instance \
  --profile <profile> \
  --network <network> \
  --name <instance> \
  --instance-type <type> \
  [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 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

Example

See Also

Last updated