Hacker Newsnew | past | comments | ask | show | jobs | submit | jhappoldt's commentslogin

From: https://aws.amazon.com/ecs/details/

...including the Docker repository and image, memory and CPU requirements, and how the containers are linked to each other. You can launch as many tasks as you want from a single task definition file that you can register with the service.

Very few details but it looks like container lifting across hosts. If so this is great news.


Yes but there are a lot of ways that "the containers are linked together" could be implemented and some of them e.g. key value store require modifying application code quite a bit whereas e.g. DNS does not.


If you want DNS, running e.g. Registrator would be easy enough, and have the added bonus of not tieing your service discovery to AWS.


Wasn't there just an AWS announcement yesterday about the ability to register VPC-private DNS records in Route 53? It screamed "SkyDNS competitor" to me but I couldn't figure out what Amazon wanted such a thing for. Makes sense now.


Route 53 launched private (vpc) dns last week. Its actually a common pattern to manage ec2 instances via dns records. Many people had built this on top of the public route53 offering, see zonify from airbnb as an example. Private dns improves on that model as the vpc instances never have to communicate with the public internet now.


This is my question as well. It looks pretty low level so you should be able to leverage docker but I'm not seeing any specific tooling for it.


I really tried to give this a shot but it fell down spectacularly.

1. NPM install failed.

2. Registering for an account with github failed the first time.

3 Creating a workspace failed.

4. 'Start Editing' is now asking for a password.

This is not a great first showing for a concept as critical as an IDE. I was genuinely excited to try this but cant trust this until it bakes for a few more months.


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

Search: