create-network
Last updated
Create a new Rumi network (VPC) with all required networking components.
rumi cloud aws create-network --profile <profile> --name <name> [options]--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
rumi cloud aws create-network \
--profile my-aws-profile \
--name my-network \
--region us-east-1VPC with specified CIDR block
Public and private subnets across availability zones
Internet Gateway
Route tables
Security groups
Last updated