Can i disassociate the load balancer NLB1 from endpoint service and associate another load balancer NLB2, in order to migrate the users to another service(NLB2) ?
Yes, but with a short downtime.
- Be sure to have NLB2 correctly configured, healthy and able to serve traffic.
- Find your "Endpoint services"
- Visit the "Endpoint services" page
- select your endpoint service
- reject connections (This will start the DOWNTIME period)
- open the "Endpoint connections" tab
- select the endpoint connection (the one coming from ACCOUNT2)
- click "Reject endpoint connection request"
- change the load balancer
- visit the "Load Balancers" tab
- click "Associate or Disassociate load balancers"
- remove the association with NLB1 and add NLB2
- Save Changes
- re-enable connections
- open the "Endpoint connections" tab
- select the endpoint connection
- click "Accept endpoint connection request"
The connection will enter a "pending" state. Once it will transition to "available" the traffic should be served again.