Fork me on GitHub
#aws2015-08-27
>
micha13:08:31

elastic beanstalk with docker images hosted on private s3 buckets, anyone?

micha13:08:08

this is my dream and my purpose

ragge13:08:23

we mainly build debian packages on ci box, push to private repo, deploy is apt-get update && apt-get install

ragge13:08:46

use fabric for orchestrating, some things behind elbs are updated in rolling manner

ragge13:08:15

some people are using docker/ecs too

alandipert13:08:20

@andrewhr: thanks, welcome! 👋

alandipert13:08:36

i'm curious about the amazon codedeploy thing

jakemcc14:08:27

@micha: we’re using elastic beanstalk with docker images (multi-container ECS) hosted in Artifcatory.

micha14:08:13

@jakemcc: have you considered hosting your images on s3?

micha14:08:30

this multicontainer ecs thing looks great btw

jakemcc14:08:32

@micha: I’m not sure if we have, we used to host our private jars on s3, tried using dockerhub for a bit for docker images, ended up moving to artifactory for both

micha14:08:57

we're just using single containers and it's a pain