Knowledge Center Monthly Newsletter - June 2025
Stay up to date with the latest from the Knowledge Center. See all new Knowledge Center articles published in the last month, and re:Post's top contributors.
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 tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
1062 results
Hi all,
I'm currently working on a multi-region active-active architecture for an application deployed on AWS. The domain is managed through Cloudflare DNS, and we plan to use Cloudflare Load Balance...
1
answers
0
votes
28
views
asked 4 days ago
Given the following setup:
* An internet-facing NLB (with a target group filled with healthy instances) in us-west-2
* A Route53 CNAME record for "mynlb.example.com", pointing to my NLB's public DNS ...
2
answers
0
votes
27
views
asked 4 days ago
Dear Team,
question on AWS Network load balancer. As per https://docs.aws.amazon.com/elasticloadbalancing/latest/network/edit-load-balancer-attributes.html#zonal-dns-affinity,
**Availability Zone DN...
2
answers
0
votes
83
views
asked 9 days ago
In Opensearch managed, lets say the load increases due the ingestion load or the query load, what are the various resources that will enable scaling in opensearch managed.
Are the following the ways s...
1
answers
0
votes
39
views
asked 14 days ago
I have a django project hosted on my elastic beanstalk and it is working perfectly before but since the past few days all the instances wont just suddenly response and it will be returning timeout eve...
1
answers
0
votes
31
views
asked 18 days ago
Hello,
according to https://docs.aws.amazon.com//elasticloadbalancing/latest/network/introduction.html the AWS NLB will do a 6-tuple-hash (really?) to select a target server for TCP (5 tuple for UDP)....
Accepted AnswerElastic Load Balancing
3
answers
0
votes
102
views
asked 20 days ago
I have an elastic beanstalk environment that I want to shut down nightly at 430p, and start back up at 730a. I have an application load balancer listening to port 443 and 80 that redirects all traffic...
2
answers
0
votes
45
views
asked 25 days ago
Hello,
I have an Auto Scaling Group (ASG) with the health check type set to ELB, and it is attached to two Target Groups (TG1 and TG2).
One EC2 instance in the ASG is registered with both Target Grou...
1
answers
0
votes
40
views
asked a month ago
Hello Team,
We have observed that our application is receiving two IP addresses, separated by a comma, in the $_SERVER['HTTP_X_FORWARDED_FOR'] variable on the pre-production domain. The application i...
1
answers
0
votes
33
views
asked a month ago
I have Websocket server in EC2 fronted by an ALB (not NLB) to handle TLS. And Stickiness is not enabled. In this setup, there would be 2 sockets: one from client to ALB and then another from ALB to EC...
1
answers
0
votes
85
views
asked a month ago
In an existing CloudFormation stack, if you have a load balancer and a target group attached via a listener, there is no way to be able to update both with changes that require replacements. Amazon sa...
1
answers
0
votes
79
views
asked a month ago
I have an app structured as follows:
Public subnet: Internet-facing load balancer with HTTPS listener (www.domainname.com)
Private subnet 1: Containerized React app served by Nginx, deployed with EC...
2
answers
0
votes
123
views
asked a month ago