ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 10 - Associate Cloud Engineer discussion

Report
Export

You have a development project with appropriate IAM roles defined. You are creating a production project and want to have the same IAM roles on the new project, using the fewest possible steps. What should you do?

A.
Use gcloud iam roles copy and specify the production project as the destination project.
Answers
A.
Use gcloud iam roles copy and specify the production project as the destination project.
B.
Use gcloud iam roles copy and specify your organization as the destination organization.
Answers
B.
Use gcloud iam roles copy and specify your organization as the destination organization.
C.
In the Google Cloud Platform Console, use the 'create role from role' functionality.
Answers
C.
In the Google Cloud Platform Console, use the 'create role from role' functionality.
D.
In the Google Cloud Platform Console, use the 'create role' functionality and select all applicable permissions.
Answers
D.
In the Google Cloud Platform Console, use the 'create role' functionality and select all applicable permissions.
Suggested answer: A

Explanation:

To create a copy of an existing role spanner.databaseAdmin into a project with PROJECT_ID, run: gcloud iam roles copy --source='roles/spanner.databaseAdmin' --destination=CustomSpannerDbAdmin --dest-project=PROJECT_ID

asked 18/09/2024
Felix Imafidon
31 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first