0 votes
in Cloud Computing by

You are the leader of a development group that is migrating some applications to the Cloud and who has asked you how to set up a local work environment.
In the company they need to use specific development tools that are installed on the Clients.
Which of these tips would you provide?

A. Develop locally by making remote calls to services with credentials within the code
B. Develop remotely with the setup of a VM with Compute Engine and a Development Disk Image
C. Use Cloud Shell
D. Install Cloud SDK and use Service Accounts

1 Answer

0 votes
by

Correct Answer: D
A is wrong because you are not connecting to the services and it is not advisable to credentials within the code
B is wrong because it is terribly expensive and complex; moreover, it is not local
C is wrong because it is a feasible way, but not local
D is correct because Cloud SDK is scoped to this very aim and Service Accounts are the Google recommended practice for authorization

Related questions

0 votes
asked Dec 3, 2021 in Cloud Computing by DavidAnderson
0 votes
asked Mar 19 in Google Cloud by DavidAnderson
...