AWS S3 EC2 EBS Confusion [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 5 years ago. Improve this question Currently when a user uploads a photo / video i upload it in root directory of my website. /var/www/mysite/pics/hash/example_filename.jpg and /var/www/mysite/videos/hash/example_filename.mp4 I’m using … Read more

How do I create a static website on aws s3 specifying an index document with spaces in the name

for example suppose I have a file “test index.html” and I want to set this as the index document for static website hosting, how do I do this? I’ve tried test index.html, “test index.html”, test+index.html, test%2Bindex.html e Answer As of RFC3986 dictates: URL encoding replaces unsafe ASCII characters with a “%” followed by two hexadecimal … Read more

Where to store social network photos and videos? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 9 years ago. Improve this question I have a social network with 100,000 users. I allow users to upload photos and videos now I feel like it is becoming … Read more

Which is better – AWS S3 or EBS? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 8 years ago. Improve this question I am trying to create a system where users can upload their data (audio, text) which can run into around 200 MB per … Read more

Domain Double Pointing

I have one main domain basicdomain.com; About 100 domains’s CNAME are pointing to that main domain. domain1.com, domain2.com, … domain100.com All domains will show basicdomain.com contents. I am using AWS S3 for assets storage and I set basicdomain.com ‘s CNAME to point to s3.amazonaws.com. So when I hit basicdomain.com/directory/filename.png it is showing AWS S3 ‘s … Read more

Sync files between AWS S3 and Rackspace cloudfiles [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 6 years ago. Improve this question I am looking for a solution for syncing files between AWS S3 and Rackspace Cloudfiles on a regular basis. Preferably, using a third … Read more

Performant Reverse Proxy to S3

I want to prevent direct interaction with my S3 bucket. While my S3 bucket is properly configured, I want to find a (performant) method to lock down access to a single i.p while still serving files off of S3. The architecture I envision is something: user request -> proxy web application -> s3 bucket Such … Read more