When deploying multiple revisions to a service; what option can you select to determine which revision gets what amount of the traffic?
Manage Traffic
:
When securing your custom domain with a Google managed certificate, what option must be selected?
Enable Managed Security
:
When accepting inbound traffic to a Cloud Run service, what are the options available?
Allow internal traffic and traffic from Cloud Load Balancing
Allow internal traffic only
Allow all traffic
:
When configuring automatic scaling; which metrics are available to be used as metrics to scale up and down as needed?
Idle Time
Request Rate
Response Latency
:
Instead of setting scaling configuration in the app.yaml file; you may need to use the API explorer if you are using which of the option(s) to deploy your application?
appcfg
:
What element must be present in the app.yaml file to allow for gradual migration of traffic?
Inbound Services : - warmup
:
App Engine provides a tool for you to use to view the security of your application. It will give you warnings and make you aware of any security concerns with your App Engine deployment. What service is used to accomplish this?
Cloud Web Security Scanner
:
Once you are in your project directory, what command must you run to deploy a version of your application?
gcloud app deploy
:
After mapping your custom domain to your App Engine application, what does Google provide for you to route your domain name to the application?
DNS Settings
:
Which are the two supported options that you can use to migrate traffic from one version to another?
Gradual migration
Immediate migration