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

unwhitelist

Revoke an instance's recorded proxy port(s) on its bastion's security group for the given source CIDRs. The inverse of whitelist.

Syntax

rumi cloud aws unwhitelist \
  --profile <profile> \
  --network <network> \
  --name <instance> \
  --cidr <cidrs> \
  [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

Required

--name

-a

The instance short name (e.g. w1, admin, solace) whose proxy port(s) to revoke

Required

--cidr

-c

The source CIDR(s) to revoke, comma-separated (my-ip = your own public IP)

Required

Example

rumi cloud aws unwhitelist \
  --profile my-aws-profile \
  --network my-network \
  --name admin \
  --cidr my-ip

Notes

Revokes the instance's recorded public proxy port(s) on its bastion's security group for the given IPs. The ports come from the instance's RumiProxyPort tag.

See Also

Last updated