Category "amazon-elb"

Can an Amazon ELB break mutual TLS authentication?

I have a service running behind an ELB on AWS Fargate as a docker container with nginx inside it on port 443 (https). I have added client certificates to my ngi

Error While creating the Network Load Balancing in Cloud formation

Iam Trying to create Network Lode Balancing in Cloudformation But Stack it Getting fail with below error. Error : Listener protocol 'TCP' must be one of 'HTTP,

AWS ELB unhealthy 4xx

I am using express.js and graphql for backend server which uses port 4000. I am trying to connect my server with ELB but the status returns unhealthy with error

How to use Application Load Balancer for an ECS Service with multiple port mappings?

I want to be able to use an ALB (ELBv2) to route traffic to multiple port mappings that are exposed by a task of a given service. Example -- Service A is compos