How to store Django media folder in different EC2 instance
I have to host Django project on multiple server for load balancing. I have 4 EC2 server. I have used first for Nginx setup, 2nd and 3rd for Django application host and host 4th server to store all media folder. Now my problem is how can i save all media from server 2 & 3 to server 4? i tried some tutorial from google and couldn't get success.
NOTE: i cant use s3 bucket to store media.