Google Cloud: Granting Access to Google Cloud Storage Objects with Signed URLs
Description Signed URLs are URLs with query string authentication parameters that grant access to buckets and objects stored in Google Cloud Storage. Signed URLs grants access to Cloud Storage for a given amount of time. Anyone with the signed URL can access the objects until the signed URL expires. This is particularly useful for granting […]
Terraform Basics: Understanding `init`, `plan`, and `apply`
In this hands-on lab, we learn how and when to use init, plan, and apply. To do so, we will set the keys and configurations to use a Terraform instance. To do this, we must: Make sure the keys are set up to communicate with Terraform. Make sure the configuration files are initiated. Execute the config files to […]
Google Cloud: Cloud Storage Bucket — Giving Roles and Permissions to an object
What is Cloud Storage Bucket? Google Cloud Storage is an object-based service that allows you to store objects in any file format. An Object can be any individual file or folder whereas a bucket is referred to as a container or object-based drive or a root folder where you store your objects. Cloud Storage can […]
Google Cloud : Granting IAM roles
Google Cloud’s Identity and Access Management (IAM) service lets us create and manage permissions for Google Cloud resources. Cloud IAM unifies access control for Google Cloud services into a single system and provides a consistent set of operations. In this lab, we will learn how to use Identity and Access Management (IAM) to grant limited […]