Questions tagged [amazon-s3]

This is for questions on Amazon's cloud storage service.

1120 questions
-2
votes
1 answer

Sync EC2 instances

I know many people have asked how to sync multiple ec2 instances and it seems the usual answer is to store all the assets in S3. Would this still make sense if the only thing I am trying to share between instances are blank text files? Let me give…
-2
votes
1 answer

Which is better - AWS S3 or EBS?

I am trying to create a system where users can upload their data (audio, text) which can run into around 200 MB per user. I am trying to figure out what is the best way to go ahead - using S3 or EBS. Here's what I have found till now based on my…
lostInTransit
  • 149
  • 1
  • 7
-2
votes
1 answer

file transfer between s3 and ec2

I want to automate transfer of tomcat log files from micro instance to S3 account. However, all the scripts I find online use key pair in order to do this. I cant upload these key pair to the server for security reasons. Is it possible to create a…
Kamal Reddy
  • 111
  • 4
-2
votes
1 answer

Does Amazon have a web server named 'AmazonS3'?

Note that I understand what "Amazon S3" is; I'm asking only about the software that handles the HTTP interface. If I check the HTTP headers for github.com, for example, one of the response headers is: server: AmazonS3 Does Amazon actually have a…
QF0
  • 183
  • 1
  • 7
-2
votes
1 answer

Storing Blog posts in Amazon s3 storage vs Mysql

I am planning to create a SASS like blogger.com , In future there may be million and millions of posts.What is the best way to store this. Example of my Mysql columns Title , Date , author , Content Now should i store the blog contents in mysql…
vishnu
  • 97
  • 1
-2
votes
1 answer

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…
-3
votes
1 answer

How do I upload to S3 server from EC2 with low cost?

i have 5072,792,622 files every month to upload on s3 server and it's costing me lot of money as we are using PUT request to upload them to s3 server, is there another method which I can use to upload files to s3. These files cannot be upload as…
Harinder
  • 97
  • 2
-4
votes
1 answer

Where to store social network photos and videos?

I have a social network with 100,000 users. I allow users to upload photos and videos now I feel like it is becoming too much for my dedicated server. Should I get another dedicated server? A content delivery network? A cloud storage like amazon…
Neo
  • 369
  • 3
  • 11
-5
votes
2 answers

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
-7
votes
1 answer

AWS S3 EC2 EBS Confusion

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 move_uploaded_file(); to store them. I'm…
1 2 3
74
75