Hosting a Laravel app with AWS Beanstalk
– www.csrhymes.com - submitted by Chris Rhymes
If you have to use AWS for hosting, and for whatever reason, you can’t make use of Forge or Vapor, then one potential elastic, scalable solution is AWS Beanstalk. AWS Beanstalk essentially provides you with a number of EC2 (Elastic Cloud Computing) servers that sit behind a load balancer. If demand increases then more instances can be created. If demand drops then the number of instances drops down to save you costs.
Read more [www.csrhymes.com]