All Content tagged with Application Load Balancer
Application Load Balancer operates at the request level (layer 7), routing traffic to targets (EC2 instances, containers, IP addresses, and Lambda functions) based on the content of the request.
Content language: English
Select up to 5 tags to filter
Sort by most recent
512 results
Hello,
I'm exploring DNS configuration within AWS and have a specific question regarding DNS resolution behavior in a private hosted zone. Is it possible to create a CNAME record within a private...
## Issue
When we are trying to do load testing on the apis using apachebench with 10k requests(-n 10000) and concurrency of 1k (-c 1000) on health apis
via alb we are getting many failures(503),...
I have been reading [How Elastic Load Balancing works](https://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/how-elastic-load-balancing-works.html) and it is not clear.
"Clients send...
Hello Team,
I have an AWS Free Tier account. By following the Onboarding to AWS guide (https://aws.amazon.com/getting-started/onboarding-to-aws/), I created two EC2 instances and one ALB. However, I...
I have 2 ECS clusters say cluster A and cluster B each having multiple ECS services running like service-a1, service-a2, etc and service-b1, service-b2, etc respectively. Each service is running...
I am running an Observability workload like Jaeger Query using Kubernetes Deployment, Service, and Ingress in the AWS EKS Cluster in my Non-Prod environment and it's running without any issues but in...
So I set up a EC2 instance to accept incoming HTTPS requests (using Node JS). The EC2 is managed by a load balancer, and is using a SSL certificate that I set up with the Certificate Manager and Route...
We have implemented a Blue/Green deployment using an Application Load Balancer with a single listener configured with two weighted target groups. When we deployed this infrastructure in production we...
Hello Everyone,
I have Ec2 instance of type r6i.large that has 2 vCpu and 16 gb memory in which i am running a fastapi docker container. During the execution, while...
I am trying to reproduce and solve an issue of my customer. The intention was to reuse a single ALB for multiple URLs, which is hosted on a single HTTPD server listening two different ports. What...
Current configuration is an Application Load Balancer with cookie-based sticky sessions, and a few application servers behind it.
Our issue is that sticky sessions don't seem to transfer from one...
AWS OFFICIALUpdated 2 months ago