Here is my use case: I have a single DC Cassandra cluster(3 nodes) with RF 2. This Cluster is running on my on-premises DC. Here is my question, I am hoping to add 3 EC2 nodes into this cluster and then change the RF to say 4, also add one of the ec2 nodes as a seed after all 3 nodes fully join the cluster.
Do I need to change the Snitch on the EC2 nodes? or can I just add each nodes?
If you have implemented this use case, I will appreciate a clean clear step and what gotcha I should look out for?