Do any of you have experience about deploying shiny apps to AWS's Elastic Beanstalk? AWS claims to handle everything automatically (scaling, uptime etc) and, with Docker, they can support all platforms.
It is possible to use EC2 and autoscale stuff. But EB is more exciting.
Hi Berk,
Yes, AWS handles everything automatically. Deployed R model on Elastic beanstalk for both Batch and Real-time service. It is easy to launch EB through CloudFormation template , easy to use CI/CD aws codepipeline to handle EB deployment.