Query here is how to: for a given setup of 13 nodes Edge installation, with 2 instances containing profile Routers and message processors (RMP): add dedicated RMP to a given customer.
Information to add RMP is known, but the question is how to assign the newly add RMP to a particular customer X only.
Options that I can think currently are:
1) Client <-> ELB<->RM1 + RMP2 + RMP new
The ELB through some policy will be able to direct the request from Cust X to RMP new.
2) Client <-> ELB <-> RMP new
We create a new ELB and route all the Cust X request to RMP new.
Assuming during the ORG creation to a particular RMP new for Cust X will deploy all the API to RMP new only.
Please suggest your recommendation on the best way to assign a RMP new to a Cust X dedicatedly.
What other steps/ precaution needs to be taken for such kind of setup.
Just in case for HA, do we need to provision two numbers of RMP new?