I have two servers running Windows Server 2012 in Amazon Cloud. One is hosted in EC2 (A) and another - in VPC (B).
I have a folder in the same location on both servers. And I need to sync files from B to A.
Files are not big (<100 kb) and it's acceptable to have a few minutes delay (real time sync is not necessary).
I know, that there's a built-in feature called DFS, but it doesn't work in Amazon Cloud and I would like to avoid using S3.
Is there any simple solution to sync those files from one server to another?