I created a failover cluster with 2 subnets in AWS VPC.
In one subnet I have DC1 (10.30.10.101) and Node 01 (10.30.10.102).
In other subnet, I have DC2 (10.30.12.101)and Node 02 (10.30.12.102).
Cluster is created (10.30.10.120 and 10.30.12.120)
I also created a file server role. (10.30.10.121 and 10.30.12.121)
So now, a remote computer can access the files in that shared folders. But the problem is, whenever I shutdown the active node, it waits until the "site to site replication" happns and changes the DNS records from failed note to secondary node (Node 1 to Node 2). I set the minimum replication time (15 mins) but I need the failover to be happened instantly. Manual replication also takes little time and its not practical. Whenever the cluster DNS and fileserver role DNS changes to the new active node IP, then again the shared folder can be accessed.
Could someone please tell me how to make that fully autamated straightaway?