Fork me on GitHub
#aws
<
2015-09-17
>
luposlip06:09:20

Yo! Anyone using Docker on AWS ECS, and any experience with this vs. AWS Beanstalk?

alandipert11:09:19

i'm curious about ECS also, do a lot of docker on beanstalk

luposlip15:09:36

You do docker on beanstalk already? Not using their container service?

alandipert15:09:16

actually we do both .war and docker deploys for beanstalk apps, but prefer docker

alandipert15:09:54

it works pretty well, but beanstalk can be weird - so many services wired together by their crazy ruby and python scripts

alandipert15:09:17

although the docker part of beanstalk has been fine

luposlip16:09:08

Ok. But have you looked at ecs at all? I'm coming from heroku, wanting to put everything in one place, looking at docker to make it easy to scale and possibly move it all easily out of aws some day.