Topic 1 Question 10
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?
Use gcloud iam roles copy and specify the production project as the destination project.
Use gcloud iam roles copy and specify your organization as the destination organization.
In the Google Cloud Platform Console, use the 'create role from role' functionality.
In the Google Cloud Platform Console, use the 'create role' functionality and select all applicable permissions.
ユーザの投票
コメント(17)
Correct Answer is A not B
👍 36coldpar2020/03/15Correct answer is A
👍 23Agents892020/05/01- 正解だと思う選択肢: A
The correct answer is Option A.
To create the same IAM roles in a production project as in a development project, using the fewest possible steps, you can use the gcloud iam roles copy command and specify the production project as the destination project.
The
gcloud iam roles copycommand allows you to copy IAM roles between projects or organizations. By specifying the production project as the destination project, you can copy the IAM roles from the development project to the production project.Option B is incorrect because specifying your organization as the destination organization will copy the IAM roles to all projects within the organization, which is not what you want.
👍 7Buruguduystunstugudunstuy2022/12/29
シャッフルモード