Logo

Command Palette

Search for a command to run...

gateways open

Opens a gateway for use with Cloud 66 for a specified amount of time (TTL).

$ cx gateways open --name <gateway name> --key <path/to/gateway/key/file>  --ttl <time to live>

Options

ArgumentRequired?DefaultDescription
--name <gateway name>yesThe name of the gateway
--key <path/to/gateway/key/file>yesThe path to the gateway key file on your local machine
--ttl <time to live>yesThe length of time the gateway will remain open. For example 1h, 30m, 30s

Examples

$ cx gateways open aws_bastion --key /tmp/gateway.pem --ttl 45m