
Answer-first summary for fast verification
Answer: Utilize the GCP pricing calculator specifically designed for App Engine to estimate expected charges.
The correct approach is to use the GCP pricing calculator for App Engine, as it provides the most accurate estimation of expected charges based on your specific usage scenarios. Multiplying development costs by user count (Option A) does not account for variable cloud resource usage. Google Cloud Billing Support (Option B) assists with billing setup and invoice queries, not cost estimations. The `gcloud app estimate` command (Option D) does not exist and would result in an error.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You've developed a new application for App Engine and are preparing to deploy it to production. To accurately estimate the costs of running your application on Google Cloud Platform, what is the best approach?
A
Multiply the development costs of your application by the expected number of users for an estimation.
B
Submit a ticket to Google Cloud Billing Support requesting an accurate cost estimation.
C
Utilize the GCP pricing calculator specifically designed for App Engine to estimate expected charges.
D
Generate a YAML file detailing expected usage and use the gcloud app estimate command for an accurate estimation.
No comments yet.