Search code examples
google-app-enginegoogle-cloud-platformgoogle-app-engine-python

Create a google cloud app engine instance on a particular region using gcloud command line interface?


I have started a Google Cloud account and I want to create a Google App Engine Standard instance using Python on a particular region, europe-west2 in this case. How can I do this using gcloud command line tool ?


Solution

  • Just create App Engine in specific region (gcloud app create documentation):

    gcloud app create --region europe-west2