Google Virtual Private Cloud
Bookmarks Key Concepts Network and Subnets Configuring IP Addresses Firewall Rules Routes Communications and access for APP Engine Connecting VPC Networks Pricing Validate Your Knowledge Google Virtual Private Cloud Cheat Sheet You can create and manage your own virtual topology network where you can launch your Google Cloud resources using Google Virtual Private Cloud (VPC). Google VPC is the networking layer of [...]
Google Cloud Load Balancing
Google Cloud Load Balancing Cheat Sheet Google Cloud Load Balancing allows you to put your resources behind a single IP address. Features Can be set to be available externally or internally with your Virtual Private Network (VPC). HTTP(S) load balancing can balance HTTP and HTTPS traffic across multiple backend instances, across multiple regions. Enable Cloud CDN for HTTP(S) load balancing to optimize application delivery for your users with a single checkbox. You can define [...]
Google Cloud Pub/Sub
Bookmarks Features Key Concepts Publisher-subscriber relationships Pricing Validate Your Knowledge Google Cloud Pub/Sub Cheat Sheet Cloud Pub/Sub is a fully-managed real-time messaging service for event driven systems that allows you to send and receive messages between independent applications. Features Capable of global message routing to simplify multi-region systems. Synchronous, cross-zone message replication and per-message receipt tracking ensure at-least-once delivery at any scale. Pub/Sub delivers each message [...]
Google Cloud SQL
Google Cloud SQL Cheat Sheet A fully managed relational database service. Cloud SQL is available for: MySQL PostgreSQL SQL Server Features Scale instantly with a single API call as your data grows. Automated and on-demand backups are available. You can restore your database instance to its state at an earlier point in time by enabling binary logging. Data replication between multiple zones with automatic failover. You can perform an analytics job by using BigQuery [...]
Google Kubernetes Engine (GKE)
Bookmarks Features Kubernetes Cluster Architecture Kubernetes API Objects GKE Sandbox Pricing Validate Your Knowledge Google Kubernetes Engine Cheat Sheet Secured and managed Kubernetes services with auto-scaling and multi-cluster support Features Can be configured to automatically scale node pool and clusters across multiple node pools based on changing workload requirements. Auto-repair can be enabled to do health checks on node Choose clusters tailored to your requirements [...]
Google Compute Engine (GCE)
Bookmarks Configurations Instance Templates Instance Groups Managing access to your instances Backing up your instance Sole Tenant Nodes Preemptible Instances Shielded Instances Instance Life Cycle GCP Marketplace Live Migration Pricing Validate Your Knowledge Google Compute Engine Cheat Sheet Linux-based and Windows-based virtual machines Each instance you create belongs to a project A project can have one or more [...]
Google Cloud Platform Overview
Google Cloud Platform Cheat Sheet The Google Cloud Platform is the infrastructure that powers the Google products you are familiar with including Gmail, Search, and Google Photos. In April of 2008, Google announced its first service called App Engine, a cloud compute service for developing and hosting web applications in Google-managed data centers. Since then, Google has evolved and added more cloud services to its platform. GCP lets developers build and host applications and [...]
Lifecycle Event Hooks in CodeDeploy
Bookmarks Events Things To Consider In biology, life cycle refers to the series of stages or events that occur during an organism’s lifetime. Lifecycle also applies when automating software deployment on AWS CodeDeploy. Lifecycle event hooks refer to the series of events that describes how a deployment is accomplished. It allows you to control or perform actions on different stages of your deployment. In the traditional way, whenever you [...]
Amazon EBS Multi-Attach
Amazon Elastic Block Store or EBS is a durable block-based storage device that can be attached to your EC2 instance. AWS released a feature called Multi-Attach, which allows EC2 instances to share a single EBS volume for up to 16 instances and provide higher availability of your applications for Linux workloads. Each instance to which the volume is attached has full read and write permissions to the volume. The following are several considerations and [...]
ECS Network Modes Comparison
Amazon Elastic Container Service (ECS) allows you to run Docker-based containers on the cloud. Amazon ECS has two launch types for operation: EC2 and Fargate. The EC2 launch type provides EC2 instances as hosts for your Docker containers. For the Fargate launch type, AWS manages the underlying hosts so you can focus on managing your containers instead. The details and configuration on how you want to run your containers are defined on the ECS [...]