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
I have java spring boot microservices that access to remote service through NLB endpoint how had 2 static routes as target group. One static route go through a site-to-site vpn (with just 1 active...
I’m working with an HTTP API Gateway integrated with a private load balancer via a VPC Link. When my backend receives a request, the X-Forwarded-For header only contains the private IP from the load...
I'd like to set up an HTTPS listener for an ALB. I've tried to follow AWS's instructions here: https://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html
But...
Hello guys,
I hope you all doing well.
i am using AWS Target groups for a load balance, I know you can set rules based on the path. I would like to make a rule that would take the path "/launch/*"...
I have an ecs service with a task running successfully. I can see in the logs the task comes up correctly and I can also see the calls from the nlb target group health check being made continuously....
Hello,
I am trying to remove port 80 from our ingress annotations. The port 80 listener has the default rule of redirect to 443 since that's the annotation I have setup.
The listener rule for port...
First i'll explain past scenario when i used EC2 instance with load balancer and then ask question better with that context.
I ran an EC2 instance for 1-2 weeks. This instance just had a running...
I'm using the ApplicationLoadBalancedFargateService construct to deploy ECS services. I have a new requirement to specify the subnets where the tasks and ALBs are instantiated. Tasks were easy with...
Hi,
I set up a load balancer for my EC2 instance in order to use an SSL cert with the site that is running on the instance. I naively associated all three subnets in my VPC with the load balancer. I...