Hacker News new | past | comments | ask | show | jobs | submit login

As usual with AWS (or anything I guess) there's more than one way to accomplish a particular goal. How much of Amazon's Elastic Container Service is replicated by Docker for AWS? I'm currently using ECS + Docker but this looks potentially simpler.



Hello, I'm a developer on this project.

Our goal for this project was to keep it as simple as possible. We tried to only use standard AWS features (CloudFormation, EC2, Autoscaling groups, VPC, ELB, etc) and we are using Docker 1.12 out of the box, with no changes.

All of the scheduling is handled in the docker engine itself, so we didn't need to add anything outside of that.

This version is pretty much an MVP, and we hope that the beta testers will help us test it out, and guide the future direction of the project.


Seems like there's not much in the way, at the moment, about attaching EBS volumes, or using your own custom AMI. For example, I want to mount an NFS share on the host to connect some container data volumes to directories inside. I've asked about this on the new forum https://forums.docker.com/c/docker-for-aws


What if your app was designed to work against AWS's data offerings, from RDS, S3, etc? Unless you're self-hosting your DB, concerns about persistence are less of an issue. Also worth considering if you are self-hosting is the replication/redundancy in the platform, you should be able to preserve-restart instances.

Me, I'd rather use what's available than self-host more often than not, but depends on the use-case.


Not sure I get what you're saying. NFS is not self-hosting. In fact, AWS has an NFS service called EFS (in preview).


I meant writing your apps specifically against data services, not the filesystem directly.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: