Google Certified Associate Cloud Engineer 2020

Sign Up Free or Log In to participate!

I have configured lab-logs-bucket but I donot see any bucket instances created. Could you please assist .

I have configured lab-logs-bucket but I donot see any bucket instances created. Could you please assist .

3 Answers

It’s hard to tell what the problem is without any more information but I’d suggest checking to see if you entered the correct metadata key (lab-logs-bucket) and value (gs://your-bucket-name) in the instance template. Since you can’t edit existing templates, you can check by creating a VM from the template and looking at the metadata values on the instance and if they are present and correct. If not then you’ll need to create a new template with the correct metadata.

In this lab, you need to create the bucket with a unique name before creating the VM, and then add a Metadata tag with key "lab-logs-bucket" and value of "gs://{your_bucket_name}" when creating the VM. Note in the lecture he mentions adding a trailing "/", however, the script couldn’t write to the bucket for me with that trailing "/". Also, make sure that the VM instance has Storage – Write enabled for API Access Scopes. Hope this helps!

Zachary Gonzales

I tried it with and without the "/" in the value field but it didn’t show up. Not sure what it could be

Sign In
Welcome Back!

Psst…this one if you’ve been moved to ACG!

Get Started
Who’s going to be learning?