Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
A company's application is deployed using a user-managed service account key. You need to implement Google's recommended practices for rotating this key. What steps should you take?
A
Open Cloud Shell and run gcloud iam service-accounts enable-auto-rotate --iam-account=IAM_ACCOUNT.
B
Open Cloud Shell and run gcloud iam service-accounts keys rotate --iam-account=IAM_ACCOUNT --key=NEW_KEY.
C
Create a new key, and use the new key in the application. Delete the old key from the Service Account.
D
Create a new key, and use the new key in the application. Store the old key on the system as a backup key.