If you have a domain that you want to redirect to our website (www.ownerrez.com), you can set the DNS as below:
A
Alias => dualstack.lb-prod-1249847910.us-east-1.elb.amazonaws.com.
This requires the domain's DNS to be hosted by Amazon Route 53 due to the load balancer. You will want to do this for both the root of the domain, and for www.
This will result in a friendly 404 error at www.ownerrez.com/missingdomain/{domain} (where "{domain}" is replaced with the domain that you pointed with all periods replaced with underscores. e.g. /missingdomain/www_notownerrez_com):
If you would like to further configure the destination for all traffic on the domain, you can add a site redirect to handle new path and send visitors to some other page.
Be sure that your site redirect does not have "." characters in the From URL. Periods have been replaced with underscores so your From URL must match. To be safe, you can also use the missing page logs to create the site redirect which will ensure you have the correct From URL.