In all tutorials for ECS you need to create a cluster and after that an autoscaling group, that will spawn instances. Somehow in all these tutorials the instances magically show up in the cluster, but no one gives a hint what's connecting the autoscaling group and the cluster.
my autoscaling group spawns instances as expected, but they just don't show up on my ecs cluster, who holds my docker definitions.
Where is the connection I'm missing?