AWS

How to redirect http URL to https in AWS ELB

In AWS ELB we can pass the traffic as HTTP (80) or HTTPS (443) . If you are using HTTPS you have to terminate SSL certificate either in ELB or backend EC2 instance. Normally users will type the URL directly in browser  not with HTTP or HTTPS . When user type the URL with HTTPS the request will responded directly…

Continue Reading

AWS

How to configure ELB in AWS

Elastic Load Balancing – ELB Elastic Load Balancing automatically distributes traffic across multiple targets – Amazon EC2 instances, containers and IP addresses – in a single Availability Zone or multiple Availability Zones. Amazon offers 3 types of Load Balancer: 1.Classic Load Balancer2.Application Load Balancer3.Network Load Balancer Now lets see how to configure classic load balancer and how to configure Classic…

Continue Reading

AWS ELB

AWS ELB Connection to the instances has timed out

    AWS ELB Connection to the instances has timed out “Timed out “This error normally occurs when you are registering EC2 instance to your load balancer.Health check requests from your load balancer to your EC2 instances are timing out or failing intermittently. Step1: First, verify the issue by connecting directly with the instance. Connect to your instance from within…

Continue Reading