Networking & Content Delivery
Category: Elastic Load Balancing
Improving availability with Application Load Balancer automatic target weights
In this blog, we explore Automatic Target Weights (ATW), which can reduce the number of errors users experience when using web applications. ATW provides the ability to detect and mitigate gray failures for targets behind Application Load Balancers (ALB). A gray failure occurs when an ALB target passes active load balancer health checks, making it look healthy, but still returns errors. This scenario could be caused by many things, including application bugs, a dependency failure, intermittent network packet loss, a cold cache on a newly launched target, CPU overload, and more.
Exploring Data Transfer Costs for Classic and Application Load Balancers
In this post, we explore how HAQM Elastic Compute Cloud (HAQM EC2) data transfer costs apply to the communication between Classic Load Balancers (CLB), Application Load Balancer (ALB), clients, and targets in multiple scenarios, to help you optimize data transfer costs on AWS. Elastic Load Balancing offers four types of load balancers, all featuring high […]
Elastic Load Balancer: Maximizing Benefits and Keeping Costs Low
This post provides guidance on optimizing Elastic Load Balancer (ELB) cost and performance for your workloads. You can find recommendations for achieving optimal throughput and low latency, implementing efficient connection management, and ensuring performance and reliability during periods of high demand. Organizations building technology solutions on AWS should be well acquainted with the six pillars […]
Announcing HAQM Virtual Private Gateway Ingress Routing support for Gateway Load Balancer
Today, on 30th August 2023, AWS launched a new enhancement to the HAQM Virtual Private Cloud (HAQM VPC) Ingress Routing feature. With this enhancement, customers can now specify a Gateway Load Balancer Endpoint (GWLBE) as the next-hop in the virtual private gateway (VGW) route table. This allows customers to inspect their traffic coming into AWS […]
Using load balancer target group health thresholds to improve availability
Introduction AWS recently added features to our Elastic Load Balancers (ELB) that give you control over when they take measures to shift traffic between targets. In this blog, we will explore these new capabilities and review how you can use them to improve the availability and resiliency of your applications. Two types of Elastic Load […]
Scaling NLB target groups by connections
When workload performance depends on the number of networking connections, traditional load balancing metrics like CPU load or memory utilization do not provide the information you need in order to make scaling decisions. In this post, we explore a solution that automatically scales backend connections of a Network Load Balancer (NLB) target group based on […]
Choosing the right health check with Elastic Load Balancing and EC2 Auto Scaling
Customers frequently use Elastic Load Balancing (ELB) load balancers and HAQM EC2 Auto Scaling groups (ASG) to build scalable, resilient workloads. When configured correctly, HAQM ELB health checks help make your workload more resilient to failures in your workload components behind the load balancer. However, you may need to make tradeoffs for handling different failure […]
Automating HTTP/S Redirects and certificate management at scale
Organizations today use many ways to drive traffic to their websites and applications. This is important for new feature launches, marketing campaigns, advertising, and so on. One common approach uses HTTP/S redirects, where you send a user from one domain, or Uniform Resource Locator (URL), to another. Redirects are incredibly useful tools when moving websites, […]
Monitoring load balancers using HAQM CloudWatch anomaly detection alarms
Load balancers are a critical component in the architecture of distributed software services. AWS Elastic Load Balancing (ELB) provides highly performant automatic distribution for any scale of incoming traffic across many compute targets (HAQM Elastic Compute Cloud (HAQM EC2), HAQM Elastic Container Service (HAQM ECS), AWS Lambda, etc.), while enabling developers to adopt security best practices […]
Centralizing outbound Internet traffic for dual stack IPv4 and IPv6 VPCs
Organizations have been adopting IPv6 in their IPv4 environments to solve IP address exhaustion or meet compliance requirements. Since IPv6 isn’t backward compatible with IPv4, several mechanisms can facilitate communication between hosts that support one or both protocols. One common way is by using dual stack deployments. For architectures where dual stack deployments aren’t the […]