s3 and conversion server
Jamroom Developers
This is a huge problem form me that I've been asking about for a long time. Having to use EBS (or storage at a regular hosting provider) basically triples my storage costs and breaks by business model. As I mentioned before, as a cloud application, storage and bandwidth are my biggest costs.
I don't know know how many other customers you have for your cloud services, so I don't know how much demand you are expecting. But I have a feeling I'm one of your first and have been asking about this stuff a long time. Almost all major media cloud applications and media platforms rely on one of the top 3 cloud storage platforms. Local storage does not scale economically for cloud applications
After over a year in development, I feel like I'm pretty screwed right now. I don't think I can launch on ebs and migrate thousands of files and 100's of TBs of content once I'm in production.
I am happy to have my developers do the work, but I need to provide some guidance. From what it sounds like, we have to go in and find every instance where media read/written and use the api to reference an s3 object instead. For just the media files, this CAN'T be that extensive.
Ingest process
Conversion/info extraction
Player requests
Download requests
Image uploads and requests.
I feel this could be done in a couple of weeks if we new what to look for.