Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
There are couple of ways to do it. <br> <br>1. Create a Robots.txt file with following to completely ban google (You can remove it and Google can come again) <br> <br>User-Agent: Googlebot <br>Disallow: / <br> <br>2. Create a Google Webmaster account. (You can limit the google bot) <br> <br>My recommendation is the first one.
You can rate limit the google bot in the robots.txt as well. <br> <br>User-Agent: Googlebot <br>Crawl-delay: 10 <br> <br>will stop googlebot from crawling any quicker than every 10 seconds.