I created an ECS cluster, that contains two EC2 instances of t3.nano type. Now I need to create another one within the same account and the same region, but with different instance types.
The problem is that the cluster is created, but EC2 instances are not. I'm creating the cluster via AWS ECS console. Instances of the first cluster were successfully created via ECS console too. I'm launching them in public subnets, so that ECS agent could reach the cluster, but it's not that EC2 instances can't register within the cluster, it's that they are not even created, even though the very cluster is successfully created.
What am I doing wrong?