Ends in
00
days
00
hrs
00
mins
00
secs
SHOP NOW

🐰 25% OFF Easter Sale! Use code TDPLAYCLOUD-04022026 for 10% OFF ALL PlayClouds Subscription & 5% OFF gift cards!

Back to Course

GCP PlayCloud Labs

0% Complete
0/0 Steps
  1. GCP PlayCloud Labs
  2. Guided Lab: Creating a Cloud Storage Bucket
  3. Guided Lab: How to Launch a GCP Compute Engine Linux Instance
  4. Guided Lab: Creating a Cloud SQL Instance
  5. Guided Lab: Creating a Cloud NAT Gateway
  6. Guided Lab: Running SQL Commands in Cloud SQL Studio
  7. Guided Lab: Hosting a Static Website in Google Cloud Storage Bucket
  8. Guided Lab: Creating and Restoring Cloud SQL Backups
  9. Guided Lab: Vertically Scaling a VM Instance
  10. Guided Lab: Creating a Custom Image from a VM Instance with Web Server in Google Cloud
  11. Guided Lab: Setting up a Web Server on a VM Instance
  12. Guided Lab: Creating a Spot VM Instance
  13. Guided Lab: Exploring Instance Metadata in Google Cloud
  14. Guided Lab: Setting Up and Managing a Database on a VM Instance
  15. Guided Lab: Integrating Cloud SQL Database instance with a VM instance
  16. Guided Lab: Connecting Cloud SQL Database with MySQL Workbench (Local)
  17. Guided Lab: Creating a VM Using Instance Templates
  18. Guided Lab: Installing WordPress on an Ubuntu VM Instance with LEMP Stack
  19. Guided Lab: Reserving or Promoting a Static IP Address for a VM Instance
  20. Guided Lab: Creating a Google Kubernetes Engine (GKE) Cluster
  21. Guided Lab: Protecting Data on Cloud Storage Bucket Against Accidental Delete and Overwrite Using Object Versioning
  22. Guided Lab: Connecting to a Kubernetes Engine Cluster
  23. Guided Lab: Creating and Managing Instance Groups in Compute Engine
  24. Guided Lab: Configuring Shielded VM Options
  25. Guided Lab: SSH Access to GCP VM Instance from Local Machine using SSH Key Pair
  26. Guided Lab: Deploying a Simple Web Application on GKE
  27. Guided Lab: Configuring Firewall Rules to Secure and Access a VM
  28. Guided Lab: Establishing VPC Peering for Secure Cross‑Network Communication
  29. Guided Lab: Creating a Custom Virtual Private Cloud (VPC)
  30. Guided Lab: Using Startup Scripts in GCP VM Instances
  31. Guided Lab: Deploying a LAMP Stack on a Compute Engine VM
  32. Guided Lab: Managing Cloud Storage Buckets via SSH Commands
  33. Guided Lab: Guarding Your VM with Deletion Protection
  34. Guided Lab: Using Cloud Storage Lifecycle Rules to Automate Object Management
  35. Guided Lab: Guarding Your Cloud SQL Instances with Deletion Protection
  36. Guided Lab: Exploring Google Cloud Storage Classes
  37. Guided Lab: Setting Up a Linux Bastion Host on GCP
  38. Guided Lab: Uploading, Organizing, and Managing Objects in Cloud Storage
  39. Guided Lab: Creating an Application Load Balancer
  40. Guided Lab: Creating a Network Load Balancer
  41. Guided Lab: Creating VM Snapshots and Restoring a VM from a Snapshot
Lesson 2 of 41
In Progress

Guided Lab: Creating a Cloud Storage Bucket

Description

Cloud Storage is a fully managed, scalable service designed for storing unstructured data, such as images, videos, backups, and logs. You can store virtually unlimited amounts of data and retrieve it whenever needed, making it ideal for both archival and active workloads.

At the core of Cloud Storage are buckets, which are top-level containers that hold your data as objects. Every file you upload must reside in a bucket. While buckets help organize and secure your data, it’s important to note that they are not hierarchical like folders; you cannot nest buckets within each other.

In this guided lab, you’ll learn how to access Cloud Storage through the Google Cloud Console, create a new bucket, organize it using folders, upload files or folders from your local machine, and explore key bucket features such as permissions, lifecycle rules, and protection settings.

Objectives

In this lab, you will:

  • Create a new storage bucket with default or customized settings
  • Organize your bucket by creating folders
  • Upload files or folders from your local machine
  • Explore bucket features like Permissions, Lifecycle, and Protection

Lab Steps

Navigating to Google Cloud Storage

1. In the Google Cloud console, go to the unified search bar at the top.

2. Type “storage” and select “Cloud Storage” from the results.

3. In the left-hand menu, click Buckets, then choose Create or Create bucket to begin.

Creating a Bucket

1. On the Create a bucket page, enter your desired bucket name (should be unique).

2. You may explore optional settings (e.g., location, access control), but default configurations are sufficient for most use cases.

3. Click Create to finalize.

3. Once created, you will be redirected to the Bucket details page, where you can explore tabs such as Objects, Configuration, Permissions, Protection, Lifecycle, etc.

Creating a Folder & Uploading Files

Once your bucket is ready, you can organize content or upload assets:

To Create a Folder:

  • Click Create folder.
  • Enter your folder name in the prompt.
  • Click Create to confirm.

To Upload Files or Folders:

  • Click Upload, then choose Files or Folder.
  • Select the items from your local machine.
  • Upload progress and status (success or failure) will be displayed.

That’s it! You’ve successfully created a Cloud Storage bucket, organized it with folders, and uploaded your files, laying the foundation for scalable, secure storage in Google Cloud. Feel free to explore additional features like lifecycle rules, access controls, and object versioning to deepen your hands-on experience.

Skip to content