Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
To configure permissions for a set of Compute Engine instances allowing them to write data to a specific Cloud Storage bucket while adhering to Google's recommended practices, what steps should you take?
A
Create a service account with an access scope. Use the access scope 'https://www.googleapis.com/auth/devstorage.write_only'.
B
Create a service account with an access scope. Use the access scope 'https://www.googleapis.com/auth/cloud-platform'.
C
Create a service account and add it to the IAM role 'storage.objectCreator' for that bucket.
D
Create a service account and add it to the IAM role 'storage.objectAdmin' for that bucket.