You can register free trial account on compose.io and start using it in a few minutes – that’s really awesome service!
Category Archives: AWS
CD with AWS Elastic Beanstalk: Solution stack, flow & requirements
In this example we’ll use stack consisting of:
Framework: Meteor, great new platform;
Database: mongoDB hosted on compose.io SaaS to show you how to work with external services;
Git repo hosting: BitBucket, because nowadays it’s more common than AWS CodeCommit;
Docker repo hosting: DockerHub, because it’s more common than AWS EC2 Container Registry.
Continuous delivery with AWS Elastic Beanstalk
Nowadays applications can be created really fast, but Ops teams are still slow.
It this article I’ll show an example how to manage this situation.

