Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
To create a Google Cloud Storage regional bucket named 'logs-archive' in the Los Angeles region (us-west2) using the Coldline storage class to minimize costs and retain files for 10 years, which command should you execute?
A
gsutil mb -l us-west2 -s nearline --retention 10y gs://logs-archive
B
gsutil mb -l los-angeles -s coldline --retention 10m gs://logs-archive
C
gsutil mb -l us-west2 -s coldline --retention 10m gs://logs-archive
D
gsutil mb -l us-west2 -s coldline --retention 10y gs://logs-archive