Questions tagged [aws-elb]

Amazon Web Services Elastic Load Balancer (aws-elb) is a service offered by aws to automatically distribute incoming network traffic across multiple targets (EC2 instances or specific ports).

190 questions
1
vote
1 answer

Having trouble with KOPS and Traefik ingress controller installation

I am new to kubernetes and have installed KOPS and now I want to use traefik as a ingress controller and cant get through it, I have a domain "xyz.com" and nameserver on cloudflare. I tried to create a "CNAME" record with my domain with ELB of aws…
1
vote
0 answers

elb + auto scaling on aws Nginx + .net core web-api

I am newbie to aws load balancing. Currently, I got 504 error and 502 error from elb when I run load testing. Normally, my api response less than 1 sec but when I run concurrent 2000 threads for 10 to 30 mins response time is steady growing up…
1
vote
1 answer

Best ways to collect ELB access logs into Cloudwatch

ELB access logs are stored on S3 buckets. I've been researching but have been unable to find some good examples of how to get these logs into Cloudwatch. Any suggestion is appreciated. Greg
Greg Hill
  • 2,148
  • 2
  • 23
  • 27
1
vote
0 answers

Monitor ELB and check if it has a traffic within 2 weeks

I have a list of Load balancers and want to check if it has a traffic for more than 2 weeks with the help of aws cli.
d_8
  • 11
  • 4
1
vote
1 answer

AWS Load balancer in front of k8s master

I have a k8s cluster (1 master node) that was spun up in private subnet. I want to set up an AWS load balancer in order to use kubectl from the internet. I tried setting up network load balancer but it didn't work. Anyone suggests me an approach to…
An Nguyen
  • 770
  • 2
  • 12
  • 25
1
vote
1 answer

How to install CMake & DLIB on AWS EB?

I am moving my project (minimal face recognition API) to Amazon Web Services Elastic Beanstalk. I am having issues with requirements.txt. I want to install DLIB which in turn depends upon CMake. I've included CMake in my requirements.txt but while…
1
vote
1 answer

WSO2 APIM carbon console is not accessible through aws elastic load balancer

Hi I have running wso2 docker image running inside aws instance. I am accessing wso2 apim services(store/publisher/carbon console) through aws ELB. And I have mapped ELB with DNS name inside Route 53. Problem is I am able to access store and…
1
vote
1 answer

How we can get LetsEncrypt Certificate validated using ELB?

Problem is that faced was when we pointed the DNS to ELB, It was not able to get certificate validation from LetsEncrypt however it worked when we did edited DNS to EC2 servers IP. --> This is OK if we have one server but what if we have many…
maheshs007
  • 27
  • 9
1
vote
1 answer

AWS ECS - Registering multiple ECS clusters in one ALB

Four ECS clusters are registered in one ALB(not four ec2). Traffic is being distributed to each ECS cluster(using targetgroups) based on the listener rules in ALB. I am using dynamic port. After updating the ECS Service, it is confirmed that the…
1
vote
0 answers

AWSELB cookie generated though we are using application based session affinity

In my application I have front end server and a back end server. Over both the server we have an ELB. In front end ELB we are trying to achieve session affinity using application cookie and in the back end ELB trying to achieve Session Affinity…
akshays
  • 35
  • 5
1
vote
1 answer

How do allow inbound traffic only from ELB?

I put up an ELB in front of my ec2 instances so traffic from coming from internet goes to elb first and then to one of my ec2 instance.Right now instance is also allowing traffic from 0.0.0.0 as it is unnecessary .I want them to be accessible other…
which_part
  • 792
  • 3
  • 11
  • 26
1
vote
1 answer

Can AWS Elastic Load Balancer be used to only send traffic to a second server if the first fails

Can an AWS Elastic Load Balancer be setup so it sends all traffic to a main server and if that server fails, only then send traffic to a second server. Have an existing web app I picked up that was never built to run on multiple servers and the…
1
vote
1 answer

AWS - Application Load Balancer with HTTPS to ECS container not working as expected

I've setup an ECS Cluster running a single container as is. The container configuration has host port set to 0 to make use of dynamic port mapping. I've checked and all the network related setup is correct. If I hit the IP of the EC2 instance…
Sollie
  • 367
  • 1
  • 3
  • 9
1
vote
0 answers

AWS ELB X-Forwarded-For occasionally missing

My classic load balancer doesn't supply the X-Forwarded-For header occasionally, I can't say for sure whether the same request is going to have it or not. I noticed that a request to the URL pointing to the load balancer gets proxied via either of…
1
vote
1 answer

Connecting to AWS Aurora DB running in private subnet from 'outside world'

We have an Aurora DB cluster running in a private subnet, and want to allow read only access to clients originating from a fixed set of ips (our company ips). Our requirements are: The endpoint for DB read calls should be constant so that various…
Bonkers
  • 188
  • 2
  • 8