How to Create Instance Group & Auto Scaling in GCP

An instance group is a collection of virtual machine (VM) instances that you can manage as a single entity. Compute Engine offers two kinds of VM instance groups, managed and unmanaged: Managed instance groups (MIGs) let you operate apps on multiple identical VMs. You can make your workloads scalable and highly available by taking advantage …

How to Create Elastic Beanstalk on Amazon Web Service(AWS).

An AWS Elastic Beanstalk environment is a collection of AWS resources running an application version. You can deploy multiple environments when you need to run multiple versions of an application. For example, you might have development, integration, and production environments.   Login to aws portal. Click on Services.     Under Compute select Elastic Beanstalk. …

How to Create Application load balancer on Amazon Web Service(AWS).

A load balancer serves as the single point of contact for clients. The load balancer distributes incoming application traffic across multiple targets, such as EC2 instances, in multiple Availability Zones. This increases the availability of your application. You add one or more listeners to your load balancer. Elastic Load Balancing supports the following types of …

How to Create internet-facing Network(TCP) layer load balancer on Google Cloud Platform.

Google Cloud external TCP/UDP Network Load Balancing (after this referred to as Network Load Balancing) is a regional, pass-through load balancer. A network load balancer distributes TCP or UDP traffic among virtual machine (VM) instances in the same region. A network load balancer can receive traffic from: Any client on the internet Google Cloud VMs …

How to Create internal load balancer on Google Cloud Platform.

Internal Load Balancing distributes traffic among internal virtual machine (VM) instances in the same region in a Virtual Private Cloud (VPC) network. It enables you to run and scale your services behind an internal IP address that is accessible only to systems in the same VPC network or systems connected to your VPC network.   Login …