Adding a Network Load Balancer Backend Server
Add a backend server that receives incoming traffic to a network load balancer.
For prerequisite information, see Backend Servers for Network Load Balancers.
The backend server you added appears in the backend list of the backend set.
Use the oci nlb backend create command and required parameters to add a backend server to a network load balancer:
whereoci nlb backend create --name backend_server_name --backend-set-name backend_set_name --network-load-balancer-id network_load_balancer_ocid --port port [OPTIONS]
backend_server_name
is an optional unique name for the backend server. If you don't include a name when creating the backend server, Network Load Balancer generates a name automatically.For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Run the CreateBackend operation to add a backend server to a backend set for a network load balancer.