Top "Amazon-elb" questions

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

Amazon API Gateway in front of ELB and ECS Cluster

I'm trying to put an Amazon API Gateway in front of an Application Load Balancer, which balances traffic to my …

amazon-web-services aws-api-gateway amazon-elb amazon-ecs
What does the Amazon ELB automatic health check do and what does it expect?

Here is the thing: We've implemented a C++ RESTful API Server, with built-in HTTP parser and no standard HTTP server …

amazon-ec2 amazon-web-services amazon-elb
Support for two-way TLS/HTTPS with ELB

One way (or server side) TLS/HTTPS with Amazon Elastic Load Balancing is well documented Support for two-way (or client …

ssl amazon-web-services amazon-elb authentication two-way
How do you get Amazon's ELB with HTTPS/SSL to work with Web Sockets?

This doesn't seem to be working right now. I'm using Faye with NodeJS behind an Amazon ELB. When I switch …

node.js amazon-ec2 websocket amazon-elb
How to get client IP behind an AWS ELB?

With a webserver (apache or nginx) I am able to find the x-forwarded-for header and find the client IP rather …

amazon-web-services iptables amazon-elb
How to solve 502 Bad Gateway errors with Elastic Load Balancer and EC2/Nginx for HTTPS requests?

I'm running into '502 Bad Gateway' issues for HTTPS requests when using AWS Elastic Load Balancer (Application type) in front …

amazon-web-services nginx reverse-proxy amazon-elb
How to gracefully shut down or remove AWS instances from an ELB group

I have a cloud of server instances running at Amazon using their load balancer to distribute the traffic. Now I …

amazon-ec2 amazon-web-services amazon-elb
AWS: "Unable to parse certificate. Please ensure the certificate is in PEM format."

I am trying to update a wildcard certificate for EC2 instances on AWS. The service these servers belong to consists …

amazon-web-services ssl-certificate amazon-elb
Deleting uploaded certificate from elastic load balancer

I've been testing and experimenting a bit to find out how exactly to upload SSL Certificates to AWS's Elastic Load …

amazon-ec2 amazon-web-services ssl-certificate amazon-elb
Install Wildcard Certificate onto AWS EC2 Load Balancer

I'm having trouble. I followed a guide that I found here http://www.thenetworkadministrator.net/index.php/2011/12/iis-ssl-certificate-into-amazon-elastic-load-balancer/ And exported …

amazon-web-services openssl ssl-certificate load-balancing amazon-elb