App Engine
Deploy a JAR to a fully managed PaaS with just one command.
Last updated
Was this helpful?
Deploy a JAR to a fully managed PaaS with just one command.
Last updated
Was this helpful?
is a fully managed Platform-as-a-Service that can run your application, provision a HTTPS load balancer, and scale out your workload as needed. When no one is using your application, it can scale down to zero.
Once you select the region, you cannot change it for an App Engine application.
Once deployed, the command will output the HTTPs URL. To open the URL in your browser:
To find the URL without opening the browser:
You can curl
the URL:
By default, App Engine will deploy with the smallest F1
instance class. You can specify a larger instance, configure environment variables, and more tuning parameters using an app.yaml
:
Deploy the JAR file with the configuration:
See for a list of Instance Classes and associated CPU/Memory resources.
Learn more about the configurations in .