Questions 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
Browse through the questions and answers listed below or filter and sort to narrow down your results.
## 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),...
TLS termination has been supported by ELB's Network Load Balancers for a few years, however there does not appear to be a way to configure an NLB created with Elastic Beanstalk to use TLS listeners...
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...
Dear Team - As per https://docs.aws.amazon.com/elasticloadbalancing/latest/network/edit-target-group-attributes.html,
TCP and TLS: By default, client IP preservation is disabled, and the source IP...
I deployed my Django Rest Framework (DRF) project to AWS Lightsail Containers, and everything works well with the DRF application. The DRF container is public, and I opened port 8000 for it. I do...
Hello, my developer sent me this as my online portal is not working.
“I could see port 80, 443 are blocked in my server.
As part of the improvement, the server closed with all unwanted ports which...
Our service is presently working on FleetB with launch configuration to launch EC2 instances. We are trying to move to Launch Template. So enabling fleet A for it. But the instances that are getting...
My customer is using a wildcard certificate installed on network load balancers in multiple AWS accounts. Load balancers are deployed using a cloudformation stack.
Is there any way to:
a) centrally...
My AWS NLB on `ca-central-1` started having issues since 7am UTC on September 6th 2024. No changes were made and there are several other regions configured in the same way while only this one is...
I have successfully used REST APIs for various functions such as DescribeInstances with the ec2 service and DescribeSecurityGroups also with ec2. But the same basic code is failing with...
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...
1. I setup an ec2 instance and started a nginx app listening on http port 80 (ipv4 & ipv6).
2. I setup an ALB to traffic http & https request to my nginx app.
----- ALB IP address type: Dualstack...