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

attach-volume

Provision, attach and optionally mount a new EBS volume onto a Rumi service instance.

Syntax

rumi cloud aws attach-volume \
  --profile <profile> \
  --network <network> \
  --key-pair <keypair> \
  --instanceName <instance> \
  [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 Rumi network containing the instance

Required

--key-pair

-k

The network's EC2 key pair

Required

--zone

-z

Hosted zone the instance belongs to

rumi.local

--instanceName

-i

Short name of the instance to attach the volume to

Required

--instanceNameInZone

-j

DNS name of the instance within the hosted zone

--instanceName

--volumeName

-u

Name tag to assign to the new volume

<noname>

--volumeType

-t

Volume type (GP3, SC1, ST1)

GP3

--volumeSize

-v

Size, in GiB, of the new volume

1

--snapshot

-s

Snapshot id to create the volume from

null (fresh volume)

--mountPoint

-m

Mount point on the instance

null (not mounted)

See Also

Last updated