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
I have launched instances with below user data script #!/usr/bin/env bash su ec2-user sudo yum install httpd -y sudo service httpd start I have created ALB having sg inbound 80 allowed anywhere...
4
answers
0
votes
412
views
asked 4 months ago
I have a Kubernetes cluster running on AWS EKS, and I'm using an Application Load Balancer (ALB) with Ingress to route traffic to different services in my cluster. I've configured paths in my Ingress...
1
answers
0
votes
497
views
asked 4 months ago
In our ECS Fargate configuration utilizing an Application Load Balancer by default cross zone loadbalcer is enabled, how does the implementation of cross-zone load balancing benefit our...
2
answers
0
votes
895
views
Query
asked 5 months ago
I have an ECS (fargate) service with a number of tasks. Desired number of tasks is just 1. I have set up auto scaling with a load balancer. Autoscaling seems to work as I see that the number of tasks...
2
answers
0
votes
769
views
Mayowa
asked 5 months ago
We have an auto scaling group whose instances are registered to an application target group. An application load balancer has an https listener redirecting traffic to the application target group...
0
answers
0
votes
387
views
asked 5 months ago
I created a launch template, an autoscaling group and a target group all is running in 3 subnets, dualstack ipv4/ipv6 and load balancer is dual-stack-without-public-ip I can access my instance...
3
answers
0
votes
331
views
asked 5 months ago
I currently have a web app that uses an Application Load Balancer for blue-green deployments to switch between my blue and green instance of my web-server. Currently my application (through my...
1
answers
0
votes
609
views
samjam
asked 5 months ago
Overall Goal and issue: * We want to authenticate users using an Application Load Balancer, following AWS documentation:...
1
answers
0
votes
719
views
Andre
asked 5 months ago
i have one web application 'example.com' which is hosted in ec2 (aws). one server is hosted in london region another is hosted mumbai region. i am using global accelerator for geolocation...
1
answers
0
votes
619
views
asked 5 months ago