You can configure paired deployment using a reverse invoke setup.
Reverse invoke deployment allows you to securely expose your API end points without exposing the backend APIs or services. You can configure reverse invoke by initiating a connection from the backend servers of the API Gateway present in the demilitarized zone (DMZ).
In a reverse invoke deployment scenario, the external clients send requests to the DMZ
API Gateway. These requests are received by the external port of the DMZ
API Gateway and forwarded to the registration port. The green zone
API Gateway interacts with the registration port and receives the requests, processes the requests through the native service and sends back the responses to the registration port of the DMZ
API Gateway. The responses are then forwarded to the external port of DMZ
API Gateway and from there to the external clients. For more information on ports, see
Ports .