Tutorial – deploying an application to GCP (App Engine)
Over the course of this tutorial, we will deploy the same application to GCP's App Engine. One of the biggest benefits of GCP relative to most other cloud platforms is its ease of use while ensuring users can deploy models with minimal problems and errors. With that in mind, let's go ahead and deploy our application to GCP.
We can begin by installing the GCP CLI. Go ahead and navigate to the installation page (https://cloud.google.com/sdk/docs/install), select the OS that best corresponds to your machine, and follow the installation instructions. Once completed, you will be asked if you would like to log in to GCP. Go ahead and answer yes using the y
key, as shown here:
You must log in to continue. Would you like to log in (Y/n)? y
You will be redirected to your browser where you can log in using your Google account. Go ahead and log in using the same Google credentials you used in our previous...