QuestionQ201
Ensuring solution and operations excellenceYou configured an autoscaling instance group to handle web traffic for an upcoming launch. After setting the instance group as a backend service for an HTTP(S) load balancer, you observe that virtual machine (VM) instances are terminated and relaunched every minute. The instances have no public IP addresses.
You verified with the curl command that every instance returns the appropriate web response. You want to make sure that the backend is configured properly.
What should you do?
- A Ensure that a firewall rules exists to allow source traffic on HTTP/HTTPS to reach the load balancer.
- B Assign a public IP to each instance and configure a firewall rule to allow the load balancer to reach the instance public IP.
- C Ensure that a firewall rule exists to allow load balancer health checks to reach the instances in the instance group.
- D Create a tag on each instance with the name of the load balancer. Configure a firewall rule with the name of the load balancer as the source and the instance tag as the destination.
Community Discussion