Auto Scaling AWS Lightsail

amazon-lightsailamazon-web-services

The docs for lightsail suggest that it can be connected to most AWS services.

Is it possible to have a load balancer distribute to different lightsail instances and to automatically launch new lightsail instances if I'm getting high traffic? Or is this purely designed for people testing things out, so if we want scaling we need to go the full EC2 route?

If this is possible can we also use Amazon SSL with the LB to force all traffic to these instances via https?

Best Answer

As of 29th November 2017, you can now use load balancer with Lightsail.

Amazon Lightsail has added load balancers to its easy-to-use cloud platform, enabling developers to build scalable, highly available websites and applications easily and quickly. Load balancers can be launched in minutes, fully configured and ready to route traffic to Lightsail instances for a low, predictable price of $18 per month. Lightsail load balancers also allow customers to easily build and maintain secure applications that accept HTTPS traffic with free SSL/TLS certificates and intuitive, built-in certificate management.

See https://aws.amazon.com/about-aws/whats-new/2017/11/amazon-lightsail-adds-load-balancers-with-integrated-certificate-management/

Related Topic