As Amazon ECS being launched recently, I tried to start a sample with it. It looks like ECS will create a EC2 instance as a "cluster" for ECS, whose name is like "ECS Instance - EC2ContainerService-default-e40c3e79-1d27-4512-a790-c6782b45b15a". However, I cannot find a way to delete this EC2 instance when I don't want to serve my container any more.
When I terminate this instance through web console, another instance with the same name(but different instance id) will show up later. It's quite annoying and has already charged my some money. Here's the screenshot of EC2 web console:
where there's always a running instance.
Here's my screenshot of ECS web console, where I have deleted all the cluster.
At this point, I can't find any documentation or blog on this issue. :(