AWS EC2 Container Service
aws.amazon.com
AWS EC2 Container Service
1–10 of 90 posts
Re: AWS EC2 Container Service
#2Re: AWS EC2 Container Service
#3Weird, I'm getting a 404 when visiting this page, did Amazon pull it?
Re: AWS EC2 Container Service
#4Re: AWS EC2 Container Service
#5Weird, I'm getting a 404 when visiting this page, did Amazon pull it?
Re: AWS EC2 Container Service
#6Re: AWS EC2 Container Service
#71. The containers live on "your" VMs so you get the isolation of a virtual machine and do not worry about the other tenants' containers.
2. The VMs are part of a "private cloud", i.e., the internal network is not accessible by other tenants' VMs and containers.
#2 is what worried me the most in other container service offerings. It's easy to overlook protecting your internal ip when you manage VMs, it's even easier (and expected) when you deploy containers.
Re: AWS EC2 Container Service
#8Anyone have any insight about if this handles service discovery? It claims "cluster management" which usually means discovery, but there is no mention of it. Maybe Amazon is expecting you to handle that?
Re: AWS EC2 Container Service
#9Anyone have any insight about if this handles service discovery? It claims "cluster management" which usually means discovery, but there is no mention of it. Maybe Amazon is expecting you to handle that?
...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.