
Ultimate access to all questions.
As part of your responsibilities, you have developed a containerized web application intended to serve your internal colleagues during business hours. To ensure efficient budget management, you need to make sure that the application does not incur any costs outside its active usage hours. Bearing in mind that you have recently created a new Google Cloud project and are ready to deploy the application, what steps should you take to achieve this goal?
A
Deploy the container on Cloud Run for Anthos, and set the minimum number of instances to zero.
B
Deploy the container on Cloud Run (fully managed), and set the minimum number of instances to zero.
C
Deploy the container on App Engine flexible environment with autoscaling, and set the value min_instances to zero in the app.yaml._
D
Deploy the container on App Engine flexible environment with manual scaling, and set the value instances to zero in the app.yaml.