You recently received a new Google Cloud project with an attached billing account where you will work. You need to create instances, set firewalls, and store data in Cloud Storage. You want to follow Google-recommended practices. What should you do?
You recently received a new Google Cloud project with an attached billing account where you will work. You need to create instances, set firewalls, and store data in Cloud Storage. You want to follow Google-recommended practices. What should you do?
The best approach to ensure all necessary Google Cloud APIs are enabled is to open the Google Cloud console and enable the required APIs from the API dashboard. This method provides a user-friendly interface where you can enable multiple APIs at once and verify that they are properly configured. Using the API dashboard, you can ensure that all necessary APIs for creating instances, setting firewalls, and storing data in Cloud Storage are enabled according to Google-recommended practices.
B is correct, need to enable API first thing before you can use any services. Can be done using Google Console or using CLI.
Enable correspondent APIs. Its B
At first you need to enable API
B is the correct answer
But gcloud services enable storage-api.googleapis.com enabled by default. Maybe it another answer than B?