Installing EasyEngine on AWS Elastic Beanstalk

Hi everyone,

Just wondering if anyone has had success installing EE on AWS EB? I’ve got EE running on a normal EC2 instance for testing, and I’m loving it so far, it’s greatly reduced our load times and the server can handle many more users before we need to scale up.

But I’m trying to install it as an application on EB so I can have our website behind a load balancer, and for redundancy (when an instance crashes or goes out of service, EB will take care of deploying a new one)

EB lets me create and execute scripts when I deploy an application but my scripting knowledge is pretty basic, I’m not able to create scripts to automatically install and deploy EE (hardest part would be configuring SSL because it needs user input, unless I make another script to auto-answer the questions for me).

Any advice would be greatly appreciated, if anyone else wants to work on this together let me know