Questions tagged [amazon-elb]

Amazon Elastic Load Balancing (ELB) automatically distributes incoming application traffic across multiple Amazon EC2 instances.

Amazon Elastic Load Balancing automatically distributes incoming application traffic across multiple Amazon EC2 instances. It enables you to achieve even greater fault tolerance in your applications, seamlessly providing the amount of load balancing capacity needed in response to incoming application traffic. Elastic Load Balancing detects unhealthy instances within a pool and automatically reroutes traffic to healthy instances until the unhealthy instances have been restored. Customers can enable Elastic Load Balancing within a single Availability Zone or across multiple zones for even more consistent application performance. Elastic Load Balancing can also be used in an Amazon Virtual Private Cloud (“VPC”) to distribute traffic between application tiers.

See more at the product page.

2698 questions
0
votes
0 answers

ALB default rule best practices

I have an Application Load Balancer (ALB) that has many rules. Each rule directs traffic to distinct target groups, which represent different applications. However, I noticed that the ALB can be accessed via its IP address (Even google bot), and it…
smoreno
  • 3,129
  • 3
  • 32
  • 49
0
votes
0 answers

Loading module from http://us-east-1.elb.amazonaws.com/node_modules/.vite/deps/react.js?v=b9988ec1 was blocked because of a disallowed MIME type (“”)

Im trying to host my personal project on AWS ECS with RDS. Its a simple CRUD Application with React,Express,nginx and RDS for database. I launched 2 ec2 instances with Auto scalling group and deployed a service with 2 tasks, so each task on 1…
Jon
  • 1
  • 2
0
votes
0 answers

Single ALB ingress with multiple services, need to set different health check paths for different services

I have a single ALB deployed as an ingress controller running around 10 services. In the target group I want to set the health check path differently for each service. How do I do it? I tried setting it like…
0
votes
0 answers

What's the preferred way to route multiple subdomains through an application load balancer?

I have multiple target groups (each for one [Streamlit] application) and I'd like to assign each of them to a subdomain (obviously, using the Host header). What's the best way to route them through the same ALB: Is it better to have multiple…
0
votes
0 answers

Can't create a HTTPS listener for my Load Balancer

I'm using AWS for hosting some of my APIs through a Load Balancer, and using the DNS Name they gave me. When trying to add a HTTPS listener, I need to request a SSL certificate, which I try with the certificate manager, but I can't request it…
0
votes
0 answers

How to get client IP in mimtproxy upstream mode

It seems that client IP should be inside client.peername when intercepting def client_connected(self, client): inside your addon. Or same flow.client_conn.peername in def http_connect(self, flow: mitmproxy.http.HTTPFlow) But I get there some…
PATAPOsha
  • 372
  • 3
  • 18
0
votes
0 answers

Forming a cluster using mosquitto iot broker on aws ec2

I want to form an iot broker cluster on 2 aws ec2 instances and also want to put an aws elb in front of the cluster, but I'm unaware how the broker can be deployed in cluster using docker. I would like to deploy mosquitto in cluster mode, any help…
0
votes
0 answers

AWS Load balancer doesn't load web page when 2 or more tasks are launched in an EC2 instance

I'm new to AWS. So I have an ECS cluster with 2 instances. Each instance runs 1 task via a service. Both instances are in the same target group which has port 80 open. Each tasks runs nginx(port 80 connected to host port 80), react and express…
Jon
  • 1
  • 2
0
votes
1 answer

AWS unhealthy target group instances

I am working on an AWS project at Udacity and deploying an infrastrucute with elastic load balancer, auto scaling group, listeners, listener rules, security groups and target groups. My problem is that the health check status of the instances in the…
0
votes
0 answers

AWS S3 hosting an angular application and Load Balancer

I have a S3 bucket hosting an angular application. I have an AWS ALB to serve this S3 bucket containing the angular application. But when I try to request the application through the ALB, it seems that I only can reach the files statically. I get…
Matthew
  • 459
  • 2
  • 5
  • 16
0
votes
1 answer

AWS ALB with S3 buckets

I'm following this page to publish a static website hosted on a S3, using ALB : https://aws.amazon.com/fr/blogs/networking-and-content-delivery/hosting-internal-https-static-websites-with-alb-s3-and-privatelink/ So this what I have : A VPC endpoint…
Matthew
  • 459
  • 2
  • 5
  • 16
0
votes
0 answers

AWS Classis Load Balancer access logs return empty fields

We have a few classic load balancers that are setup by an nginx ingress controller in EKS. We're trying to setup the access logs via S3 for the load balancers. We have setup the access logs but when we check the entries in S3, this is what we get…
0
votes
1 answer

work with AWS ELB to keep websocket connections during server restarting?

So we have a server application which communicates with clients through websocket and we need to regularly upgrade our server app binary. We may have multiple server instances, I know that I can offline the instance I'm upgrading but you know since…
cifer
  • 615
  • 1
  • 9
  • 25
0
votes
0 answers

Terraform AWS ALB module keeps modifying the same rule over and over

I'm using the Terraform AWS ALB module to create an internal ALB in my AWS environment. I want to configure two HTTPS listener rules: one that forwards traffic to a specific IP address if the host header matches a certain value, and another that…
0
votes
1 answer

How to restrict security group inbound rules to my IP address

I have an app hosted in a Fargate instance. In the security group, if I select the source in the inbound rule to Anywhere-IPv4, it works fine and I can access my web site. But if I change the source to "My IP", I can no longer access the site from…
1 2 3
99
100