Book Image

Google Cloud Platform Cookbook

By : Legorie Rajan PS
Book Image

Google Cloud Platform Cookbook

By: Legorie Rajan PS

Overview of this book

Google Cloud Platform is a cloud computing platform that offers products and services to host applications using state-of-the art infrastructure and technology. You can build and host applications and websites, store data, and analyze data on Google's scalable infrastructure. This book follows a recipe-based approach, giving you hands-on experience to make the most of Google Cloud services. This book starts with practical recipes that explain how to utilize Google Cloud's common services. Then, you'll see how to make full use of Google Cloud components such as networking, security, management, and developer tools. Next, we'll deep dive into implementing core Google Cloud services into your organization, with practical recipes on App Engine, Compute Engine, Cloud Functions, virtual networks, and Cloud Storage. Later, we'll provide recipes on implementing authentication and security, Cloud APIs, command-line management, deployment management, and the Cloud SDK. Finally, we'll cover administration and troubleshooting tasks on applications with Compute services and we'll show how to monitor your organization's efficiency with best practices. By the end of this book, you'll have an overall understanding and hands-on implementation of Google Cloud services in your organization with ease.
Table of Contents (14 chapters)
Title Page
Dedication
Packt Upsell
Contributors
Preface
Index

Introduction


Security was, is, and always will be a critical point of discussion for any solution architecture. Google Cloud offers a range of services, catering to the information security needs of our solutions. Cloud IAM is an enterprise-grade IAM system, which securely enables admins to enable or deny access to Google Cloud Platform (GCP) services. Users of GCP can gain access at an organizational level, a group level, a project level, or at a resource level. We'll create a custom role to gain a better understanding of roles and of IAM in general. GCP offers a host of security services, such as Cloud Identity-Aware Proxy (IAP), Cloud Data Loss Prevention (DLP), Security Key Enforcement, Cloud Key Management Service (KMS), Cloud Resource Manager and Cloud Security Scanner. We'll test a few of the services in this chapter.

Note

Read more about Google Cloud's security model here: https://cloud.google.com/security/.