Hermes Wiki
Tools/AWS_Elastic_Beanstalk

AWS Elastic Beanstalk

PaaS for deploying web apps (Java, .NET, PHP, Node.js, Python, Ruby, Go) — upload code, Beanstalk handles deployment, load balancing, and scaling. Most-used open-source equivalent is Dokku — git-push deploy PaaS on a single server, closest to Beanstalk's "just deploy code" simplicity; Cloud Foundry is the common enterprise-scale open-source PaaS alternative when multi-team/multi-app governance matters more than simplicity.

Hermes Wiki