ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 91 - Professional Cloud Developer discussion

Report
Export

Your application requires service accounts to be authenticated to GCP products via credentials stored on its host Compute Engine virtual machine instances. You want to distribute these credentials to the host instances as securely as possible. What should you do?

A.
Use HTTP signed URLs to securely provide access to the required resources.
Answers
A.
Use HTTP signed URLs to securely provide access to the required resources.
B.
Use the instance's service account Application Default Credentials to authenticate to the required resources.
Answers
B.
Use the instance's service account Application Default Credentials to authenticate to the required resources.
C.
Generate a P12 file from the GCP Console after the instance is deployed, and copy the credentials to the host instance before starting the application.
Answers
C.
Generate a P12 file from the GCP Console after the instance is deployed, and copy the credentials to the host instance before starting the application.
D.
Commit the credential JSON file into your application's source repository, and have your CI/CD process package it with the software that is deployed to the instance.
Answers
D.
Commit the credential JSON file into your application's source repository, and have your CI/CD process package it with the software that is deployed to the instance.
Suggested answer: B
asked 18/09/2024
Shahir Kazmi
42 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first