
Ultimate access to all questions.
You are developing an API in Python that utilizes several Google Cloud Services through Application Default credentials. After successful local testing, your next step is deploying the API on a Compute Engine Instance. What is the Google-recommended method for setting up authentication with minimal changes?
A
Grant the necessary IAM permissions to the Compute Engine VM's service account for accessing Google services.
B
Create a new service account with appropriate IAM permissions and configure the application to use this account.
C
Generate a configuration file with Service account credentials and deploy it alongside your application.
D
Generate a configuration file with User account credentials and deploy it alongside your application.