add-proxy
Syntax
rumi cloud aws add-proxy --profile <profile> --name <name> --key-pair <key-pair> --listen-port <port> --host-name <host> --host-port <port> [options]Options
Option
Short
Description
Default
Example
# Proxy all traffic on port 7443 to the health monitor service
rumi cloud aws add-proxy \
--profile my-aws-profile \
--name my-cloud \
--key-pair my-key \
--listen-port 7443 \
--host-name healthmonitor.rumi.local \
--host-port 7777
# Proxy with a specific server name
rumi cloud aws add-proxy \
--profile my-aws-profile \
--name my-cloud \
--key-pair my-key \
--listen-port 7443 \
--host-name healthmonitor.rumi.local \
--host-port 7777 \
--server-name myapp-health.example.comSee Also
Last updated