create-network

Create a new Rumi network (VPC) with all required networking components.

Syntax

rumi cloud aws create-network --profile <profile> --name <name> [options]

Options

Option
Short
Description
Default

--profile

-p

AWS profile to use

Required

--name

-n

Name of the network

Required

--region

-r

AWS region

us-east-1

--cidr

VPC CIDR block

10.0.0.0/16

Example

rumi cloud aws create-network \
  --profile my-aws-profile \
  --name my-network \
  --region us-east-1

Resources Created

  • VPC with specified CIDR block

  • Public and private subnets across availability zones

  • Internet Gateway

  • Route tables

  • Security groups

See Also

Last updated