Currently, I have 3 consul-master servers, one as the leader and the other two as the followers. All 3 consul servers are running on ec2 instances. Here is the sample architecture diagram:

I have already moved my core application with consul-client-agent on ECS fargate. consul client agent will run as the sidecar container in the ECS fargate task.
Now I am wondering, If I can run these consul-master EC2 servers on AWS ECS Fargate?
If so, what might be the possible setup? will it be the same ecs cluster of core application but different ECS Service for consul server? or, will it be a completely different ecs cluster?