Get Started with Cloud Storage: Challenge Lab - ARC111

Get Started with Cloud Storage: Challenge Lab - ARC111

Overview

In a challenge lab you’re given a scenario and a set of tasks. Instead of following step-by-step instructions, you will use the skills learned from the labs in the course to figure out how to complete the tasks on your own! An automated scoring system (shown on this page) will provide feedback on whether you have completed your tasks correctly.

When you take a challenge lab, you will not be taught new Google Cloud concepts. You are expected to extend your learned skills, like changing default values and reading and researching error messages to fix your own mistakes.

To score 100% you must successfully complete all tasks within the time period!

Task 1

Create a bucket with Coldline Storage class

1. Create a Cloud storage bucket named as 'PROJECT_ID-bucket' with Coldline Storage class and replace the PROJECT_ID in the bucket name with the project ID provided at the left side of the lab instructions.

Click Check my progress to verify the objective.

Verify Task

Check my progress

Task 2

Update the file content of Cloud storage object

  • Edit the file contents of sample.txt present in the pre-created cloud storage bucket 'Bucket2'. Add the below content in the file:

    This is an example of editing the file content for cloud storage object

  • For 'Bucket2' refer the bucket2 name provided at the left side of the lab instructions.

  • Make sure that the updated file should be the same as previous file name.

Note: In case you're unable to view pre-created resources as per the task description,"your Google Cloud resources are still being provisioned, please refresh the page and try again in a few minutes." If you do, just wait a short time and reload your page.

Click Check my progress to verify the objective.

Verify Task

Task 3

Change the storage class of bucket to Archive type

  • Change the storage class of the pre-created cloud storage bucket 'Bucket3' from Standard class to the Archive Storage class.

  • For 'Bucket3' refer the Bucket3 name provided at the left side of the lab instructions.

Note: In case you're unable to view pre-created resources as per the task description,"your Google Cloud resources are still being provisioned, please refresh the page and try again in a few minutes." If you do, just wait a short time and reload your page.

Click Check my progress to verify the objective.


Answer of Lab

curl -LO raw.githubusercontent.com/quiccklabs/Labs_solutions/master/Get%20Started%20with%20Cloud%20Storage%20Challenge%20Lab/quicklabarc111.sh
sudo chmod +x quicklabarc111.sh
./quicklabarc111.sh