Book Image

Google Cloud Associate Cloud Engineer Certification and Implementation Guide

By : Agnieszka Koziorowska, Wojciech Marusiak
Book Image

Google Cloud Associate Cloud Engineer Certification and Implementation Guide

By: Agnieszka Koziorowska, Wojciech Marusiak

Overview of this book

Google Cloud Platform (GCP) is a leading cloud provider, helping companies and users worldwide to solve the most challenging business issues. This book will teach cloud engineers working with GCP how to implement, configure, and secure cloud environment, and help students gain confidence in utilizing various GCP services. The book begins by introducing you to Google Cloud and the ACE exam, including various resources that can help you pass. The next set of chapters will help you explore the various compute options in Google Cloud, such as Google Kubernetes Engine and Google Compute Engine. As you advance, you'll gain a clear understanding of the essence of the cloud, including networking and storage, as well as the data analytics products that Google Cloud provides. The chapters also cover key topics such as monitoring, logging, diagnostics, and price estimation along with the most crucial of subjects, security, with a particular focus on identity and access management. Finally, you'll be given the chance to test your newfound knowledge with the help of two mock exams. By the end of this book, you’ll have learned the difference between various Google Cloud Platform services, along with specific use cases, and be able to implement these services with the GCP console and command-line utilities.
Table of Contents (20 chapters)
1
Part 1:Overview of Google Cloud Platform and Associate Cloud Engineer Certification
4
Part 2:Configuring and Implementing Google Cloud
6
Chapter 4: Implementing Compute Solutions – Google Compute Engine
12
Part 3:Data Analytics, Security, Operations, and Cost Estimation in Google Cloud
16
Mock Test 1
17
Mock Test 2

Virtual Private Cloud

A VPC is a networking service for your Google Cloud workloads, such as Compute Engine VMs or GKE. It is commonly referred to as a logical representation of a network in a cloud. Unlike a physical network in a data center, all its complex networking aspects are abstracted, allowing users to focus solely on consumption rather than configuration.

A VPC is a global service that consists of one or more subnets that can be created in the same or different Google Cloud regions. Google Cloud uses subnets to organize and manage resources in a VPC by dividing it into regional segments. A subnet is identified by a region and an IP range defined in Classless Inter-Domain Routing (CIDR) notation. CIDR can be described as a group of IP addresses used by a network (a subnet, in this case). It looks like a regular IP address but ends with a slash and a number. The number after the slash tells you how many addresses are within the range. For example, a CIDR IP address in IPv4...