whitelist-ssh
Last updated
Open TCP 22 (SSH) on a bastion's security group for the given source CIDRs.
rumi cloud aws whitelist-ssh \
--profile <profile> \
--network <network> \
--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
-b
The bastion name whose SSH to open; omit for the single (unnamed) bastion
none
--cidr
-c
The source CIDR(s) to allow SSH from, comma-separated (my-ip = your own public IP)
Required
rumi cloud aws whitelist-ssh \
--profile my-aws-profile \
--network my-network \
--name ops \
--cidr my-ipOpens TCP 22 on the bastion's security group for the given IPs. This applies to the ssh access method only and is rejected under ssm-bastion and ssm-all, where SSH is closed in favor of SSM.
Last updated