You have deployed an HTTP(s) Load Balancer with the gcloud commands shown below.export NAME-load-balancer
# create network
gcloud compute
instances create $${NAME}-backend-instance-1 --subnet $${NAME} --no address
tcloud comoute instance-grouiDS Unmnaged create S{NAMP)-1
gcloud compute instance-groups unmanaged set-named-ports $${NAME}-i --named-ports http:80
# configure health checks
gcloud compute health-checks
ereate http $${NAME}-http-he --port 80
geloud compute backend-services create $${NAME}-http-bes --health-checks $${NAME}-http-he --protocol HTTP --port-name http
-global
gcloud
arget-http-proxies create $${NAME}-http"proxu --iirl-map $${NAME}-http-urlmak
geloud compute forwarding-rules ereate SIMAME}-http-fw --alobal --ip-protocol ICP --target-http-proxy ${NAME}-http-prox)
-ports 80
Health checks to port 80 on the Compute Engine virtual machine instance are failing and no traffic is sent to your instances
You want to resolve the problem
Which commands should you run?