使用 gcloud 命令行界面在特定区域创建 google 云应用引擎实例?
Create a google cloud app engine instance on a particular region using gcloud command line interface?
我已经启动了一个 Google 云帐户,我想在特定区域(在本例中为 europe-west2)上使用 Python 创建一个 Google App Engine 标准实例。我如何使用 gcloud 命令行工具执行此操作?
只需在特定区域 (gcloud app create documentation) 创建 App Engine:
gcloud app create --region europe-west2
我已经启动了一个 Google 云帐户,我想在特定区域(在本例中为 europe-west2)上使用 Python 创建一个 Google App Engine 标准实例。我如何使用 gcloud 命令行工具执行此操作?
只需在特定区域 (gcloud app create documentation) 创建 App Engine:
gcloud app create --region europe-west2