All Content tagged with Elastic Load Balancing
Elastic Load Balancing (ELB) automatically distributes incoming application traffic across multiple targets and virtual appliances in one or more Availability Zones (AZs).
Content language: English
Select up to 5 tags to filter
Sort by most recent
Hi, I am new to AWS, and for some reasons, I couldn't open an AWS account. I am using a service that emulates some of the AWS services locally, but definitely it has a lot of limitations. I have done...
I need help with troubleshooting my problem. I have a python Dash application that I am trying to deploy in AWS Beanstalk. The website that is produced displays the error 502 Bad Gateway. I check the...
I have an alb listening on http:80 and https:443. http redirects to https.
(user) -https-> ALB -http-> target_group:4000-> target:4000.
I am able to connect via https to my targets.
When I try to...
I have deployed AWS ALB controller on my EKS cluster rel 1.30 by processing as mentioned in this documention https://docs.aws.amazon.com/eks/latest/userguide/lbc-helm.html.
But when I want to create...
Hi all,
i follow the step in skillbuilder lab Building and Deploying a Containerized Application with Amazon Elastic Kubernetes Service, almost all steps works as expected. EKS cluster created without...
I am somewhat new to AWS, and trying to build my portfolio. I am in the process of building a 3-tier web application, the architecture is simple: a static website hosted on an S3 bucket located behind...
I have a target group for my ELB that has a configured health check interval of 15s. But I see a health check coming in from ELB every second. This is on an unused EKS service. There is no other...
Hello, I have a load balancer pointing to a cluster in aws, it currently works for http URL's such as:
- http://jermasearch.com/
- http://www.jermasearch.com/
But if I try these url's with an...
AWS OFFICIALUpdated 2 months ago
Hi,
I'm trying to up an internal ALB to load balance to private instances in 2 private subnets.
Health checks to the instances my target group keep failing.
1. My instances are in private subnets...
I have an EKS (version 1.30) with `ingress-nginx` installed using Helm
There are 45 nodes in my cluster
Looking at my "Target instances" on the ELB page, only 2-4 are active while the rest are...