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 an application that uses CodePipeline and CodeDeploy to update the application in EC2 Instance. Upon running the pipeline I got an error:
The EC2 instance did not turn into the expected...
Hi,
I have configured my Network Load Balancer (NLB) within a VPC Private Link and created an API Gateway with the necessary resources to connect to it.
However, I am encountering an issue where I...
When a HTTP request is submitted to ALB. It maintains two connections.
1. It establishes a TCP connection with the client who submitted the request. We call it front-end connection.
2. It...
Hi,
How can I allow my CloudFront React.js app to access my internal NLB? My NLBs are internal, and only resources within the VPC can communicate with them.
Do I need to create an API Gateway with a...
Hello,
I am using a network load balancer (NLB) and I have an issue. I would like my NLB to be accessible only by my EC2 instances within my VPC. The problem is that I can access the NLB by setting...
issues
while im using curl -I command for my site
curl -I http://xyz.com/ = its redirecting to https://xyz.com/ shouldnt this redirect to https://www.xyz.com/
curl -I https://xyz.com/ = its...
Hi,
I set up my ELB and Global Accelerator for my EC2 to manage my Node.js app. I have at least three instances in my ELB with listeners.
To test if the ELB is working well, I stopped 2 out of 3...
For the course of the past few hours, my service is being hit by hundreds of request to an endpoint that doesn't exists on my API.
I'm already using WAF but looks like it is not picking up this...
Hi,
I'm using an ELB network type for my instances ec2, and I decided to add AWS Global Accelerator to see the improvement.
I can reach the static IP from Global Accelerator, and I can even reach my...
Hello everyone,
we are currently using Elastic Beanstalk + Docker (docker-compose) to deploy a Webapp in Angular 8 with nginx. The webapp consumes an API also deployed via Elastic Beanstalk and...
I have a .NET web application that is running via the application load balancer's DNS name that I use to access its website, wherein the network resources / topology, S3 buckets, the EC2 instance, and...
My EC2 instances send data out through an Application Load Balancer. I am trying to figure out two things:
1. Would putting CloudFront in front of the ALB reduce my EC2 data transfer costs?
2. Will...