step 1:
create an agent for the hybrid connection:
tibagent configure agent <agent name>
step 2:
create a profile for your access key via below command:
tibagent configure connect -s <your accesskey secret> -a <accesskey Name> <agent name>
step 3:
connect the proxy to your target services via connect comnmand:
tibagent start agent --spec <listening port>:<on-premise app host>:<on-premise app port> <agent name>
Note:
The on-premise host URL must be the same as specified in the Apps.
Each -s specify a container port that needs to map to the on-premise service. We can have multiple specs within one agent.
The region default to US instance. For other regions, please refer to proxy agent user document:
Hybrid Proxy Connections