article thumbnail

Can we trust Google Cloud Load Balancing?

Xebia

With Cloud getting a more prominent place in the digital world and with that Cloud Service Providers (CSP), it triggered the question on how secure our data with Google Cloud actually is when looking at their Cloud Load Balancing offering. During threat modelling, the SSL Load Balancing offerings often come into the picture.

article thumbnail

Deploy an HTTPS Load Balancer using a Google-managed wildcard SSL certificate on Google Cloud Platform

Xebia

Recently I was wondering if I could deploy a Google-managed wildcard SSL certificate on my Global External HTTPS Load Balancer. In this blog, I will show you step by step how you can deploy a Global HTTPS Load Balancer using a Google-managed wildcard SSL certificate.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

CodeSOD: The Load Balancer Got Terned Off

The Daily WTF

This mostly works fine for the organization, but one day it started deleting their load balancer off of AWS for no good reason. resource "aws_lb_listener" "this" { count = var.internal == true || var.provision == true ? Ilsa investigated, but wasn't exactly sure about why that was happening.

article thumbnail

How to Deploy Tomcat App using AWS ECS Fargate with Load Balancer

Perficient

How to Deploy Tomcat App using AWS ECS Fargate with Load Balancer Let’s go to the Amazon Elastic Container Service dashboard and create a cluster with the Cluster name “tomcat” The cluster is automatically configured for AWS Fargate (serverless) with two capacity providers.

article thumbnail

How To Use NGINX As A Gateway To Services In Another VPC Using A Multi-NIC VM

Xebia

Combined, the NGINX gateway enables clients in the Source VPC to access resources in the Destination VPC. Return load-balanced traffic to the Source VPC The NGINX gateway uses an internal Network Load Balancer to balance requests. Find the full example on GitHub. NOTE: Order of interfaces matter.

article thumbnail

How to create and update Google terraform provider magic modules resource definitions

Xebia

Adding new resources or features to the Hashicorp Terraform provider for Google, is normally done by updating Magic Modules resource definitions. In this blog I will show you how you can quickly generate and update these resource definitions using a simple utility. So I created a small utility: the magic-module-scaffolder !

Resources 130
article thumbnail

A Comprehensive Guide to AEM Instances: Types, Uses, and Management – Part 2

Perficient

Dispatcher In AEM the Dispatcher is a caching and load balancing tool that sits in front of the Publish Instance. Load Balancer The primary purpose of a load balancer in AEM is to evenly distribute incoming requests (HTTP/HTTPS) from clients across multiple AEM instances. Monitor the health of AEM instances.