Question 163 of 284
Single answerYou have developed a containerized web application that will serve internal colleagues during business hours. You want to ensure that no costs are incurred outside of the hours the application is used. You have just created a new Google Cloud project and want to deploy the application. What should you do?
ADeploy the container on Cloud Run for Anthos, and set the minimum number of instances to zero.
✓BDeploy the container on Cloud Run (fully managed), and set the minimum number of instances to zero.
CDeploy the container on App Engine flexible environment with autoscaling, and set the value min_instances to zero in the app.yaml.
DDeploy the container on App Engine flexible environment with manual scaling, and set the value instances to zero in the app.yaml.
✓
Correct Answer: B
Deploy the container on Cloud Run (fully managed), and set the minimum number of instances to zero.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.