Terraform for dummies part 4: Launch an vm with a static website on GCP

Intro After AWS,Oracle Cloud, and Azure, GCP is the 4th cloud platform in our terraform tutorial series, we will describe what it takes to authenticate and provision a compute engine using their terraform provider. The instance will also have an nginx website linked to its public IP. If you want to know about the differences …

Google SDK (CLI for GCP) installation and few CLI examples

Intro Google as most of the cloud providers today, offers a simple Cloud shell solution with all required tools to connect to their platform securely using APIs. However, If you still want to have it in your laptop along with other development tools, you can always install Google Cloud SDK (especially if it’s for educational …

GCP Short lab: launch an instance, Startup script & test logging via CloudShell

                                         Intro GCP Cloud Shell not only allows to execute and automate tasks around your Cloud resources, but It can help you understand what happens behind the scene when a vm is provisioned for example. That’s also a good way to prepare for the GCP Cloud engineer certification. Although it normally takes a subscription to …

GCP Associate Cloud engineer certification takeaways

Intro I have been asked lately to share some prep tips after I passed the GCP Associate Cloud Engineer Certification.  Although there are tons of articles online describing the exam content and many resource materials to help prepare for the exam, I decided to share my thoughts around the preparation journey along with my feedback …

What makes GCP networking service different from other Cloud providers

Intro During my preparation for the GCP Associate Cloud Engineer exam, I first got myself a free tier account which usually lasts 3 months. This allowed me to play with the Cloud Console as it’s the fastest way to get to know a cloud provider’s  services & offering. Being already familiar with AWS, Azure, and …