Netlify custom domain docs is pretty huge and confusing. I didn't find answers to the simple questions. I have a static website I want to deploy on Netlify.
Should I use A record which is pointing to IP address of mywebsitename.netlify.com or CNAME which is pointing to mywebsitename.netlify.com?
If I chose A record; whether it is possible that Netlify change IP address after some time?
If I chose CNAME record; will it make redirection slower because it has one extra step?
In this A vs CNAME - firebase related answer it is said:
Use CNAME if you are using a multi-region CDN for a static site with google or a host like Netlify and you are not using their DNS servers for your domain. This will allow their servers to resolve users to the closest server in their region.