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
Hello AWS Community,
I have a client who operates a website on an EC2 instance with 64 GB of RAM, which can handle peak traffic from 7 PM to 12 AM. During off-peak hours, the website can function...
I have an application load balancer (with nodes on 2 AZs). This forwards traffic to a single EC2 instance. With this configuration I would expect to see inter AZ data transfer charges when traffic...
I'm experiencing a challenging situation with an internet-facing Application Load Balancer (ALB). While connected through the AWS VPN Client Endpoint, the nslookup shows up the public IP of the ALB....
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...