Let's get the base URL registered first with the creation of an "A" record.
Select the "DNS" tab in the control panel.
Click the Actions cog next to your domain name and select "Add DNS Record".
A window will popup to input the DNS record details. Replicate the Setting below to set up the A record.
Select "Add Record"
This allows all traffic for your domain to be routed to the load balancer. This will allow "//mydomain.com" to begin to route properly. So, it's working!
But, now we need to account for "//www.mydomain.com".
A window will popup to input the DNS record details. Replicate the Setting below to set up the A record.
Click the Actions cog next to your domain name and select "Add DNS Record".
Once the records have been created and the TTL value has passed traffic will begin routing to your WordPress Configuration. Congratulations on a job well done!
If
you require the use of email or other record types look in
Additional Information section for resources on adding these
records.
Your DNS A record is now pointed to your Load Balancer, which is distributing traffic to your servers! You did it!
Next we'll review your Cloud Load Balancer configuration.