Exam Associate-Cloud-Engineer Topic 4 Question 329 Discussion
Actual exam question for Google's Associate-Cloud-Engineer exam
Question #: 329
Topic #: 4
Question #: 329
Topic #: 4
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?
Suggested Answer: A Vote an answer
Reference: https://cloud.google.com/sdk/gcloud/reference/iam/roles/copy 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
by Cathy at Nov 13, 2025, 10:15 PM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).