
Ultimate access to all questions.
Your game development startup is adopting DevOps best practices and has separate Google Cloud Platform (GCP) projects for development and production. The development project has the necessary IAM roles configured. How can you efficiently replicate these IAM roles in the production project with minimal steps?
A
Use the gcloud iam roles copy command and specify the production project as the destination.
B
Use the gcloud iam roles copy command and set your organization as the destination.
C
Manually create each role in the GCP Console using the 'create role from role' feature.
D
Manually create each role in the GCP Console by selecting all relevant permissions.