Helpful Functionality with AWS’s Auto Scaling

by 

|

in

On Beehive, we have been taking advantage of Amazon’s Auto Scaling functionality to control the number of instances we are running behind load balancers. The other day we came across a use-case where we needed to set up a new load balancer in order to host a separate hostname that had its own unique certificate…

Read more…

Getting SSL Certificates on AWS Elastic Load Balancers in Windows

by 

|

in

Author’s note: This article was put together with help from these posts: ServerFault post, another ServerFault post, Anu Chandy post. They have great info, but lacked a full step-by-step explanation. The prompt from AWS for uploading a new SSL certificate can be a little scary: Here are some steps that can help you get an…

Read more…

Sticky Sessions for Amazon’s Elastic Load Balancers

One of the great features of Amazon’s Elastic Load Balancers (ELB) – at least in my opinion – is the ability to establish sticky sessions (or session affinity). These allow clients to connect to specific instances in the load-balancer for the life of a session. In typical situations (when you don’t use sticky sessions), calls…

Read more…

Redirecting to HTTPS While Using Amazon’s Elastic Load Balancer

by 

|

in

Neema Bahramzad is a senior Computer Engineering major at the Jeffrey S. Raikes School of Computer Science and Management at the University of Nebraska-Lincoln and was one of our 2012 summer interns. He is also co-founder, along with Caitlin Bales, of Locabal – of a new company whose mission is to connect producers of handcrafted…

Read more…