unwhitelist
Last updated
Revoke an instance's recorded proxy port(s) on its bastion's security group for the given source CIDRs. The inverse of whitelist.
rumi cloud aws unwhitelist \
--profile <profile> \
--network <network> \
--name <instance> \
--cidr <cidrs> \
[options]--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
rumi cloud aws unwhitelist \
--profile my-aws-profile \
--network my-network \
--name admin \
--cidr my-ipRevokes 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.
Last updated