This is for questions on Amazon's cloud storage service.
Questions tagged [amazon-s3]
1120 questions
-1
votes
2 answers
Backup of multiple sites on Ubuntu
I have multiple sites in my /var/www/html/ folder like following:-
/var/www/html/site-1
/var/www/html/site-2
/var/www/html/site-3
/var/www/html/site-4
i want to zip each site on my server and to sync on s3 bucket.

Sukhjinder Singh
- 1,994
- 2
- 9
- 17
-1
votes
1 answer
Data Backup to AWS S3 using Backup Agent
I am having cloudberry backup client, using which I need to backup some data. Consider the data to be backed up is 100 GB on a daily basis. I have 2 different use cases, to understand the number of requests and data transfer amount between the…

serverstackqns
- 764
- 3
- 16
- 42
-1
votes
1 answer
Amazon S3 mysterious(unwanted) files
I recently created my first bucket on S3. I had a folder named backups there which when I opened I saw these about 300 small(from few bytes to 4 or so Kbs) in that folder. I hadn't even uploaded anything yet.
I delete those files but they reappear…

Hashim
- 1
- 2
-1
votes
1 answer
Aws s3 object acl everyone read access denied
I have upload one image but its not publicly accessible. I have granted full AWS s3 permission for the user. My canonical user id 9ebb86750cf9111e69a4c95e1c3c53062209080c56399ddc7919be48897cf25f. Same as attached screenshot. Screenshot link:
While I…
-1
votes
2 answers
Is it possible to procure an Amazon S3 instance on dedicated physical hardware?
The title pretty much says it all. We're looking for a simple way to set up an SFTP site – but, for security reasons, it can't live on hardware that's shared with other clients.
Does Amazon offer S3 instances that live on dedicated hardware? I've…

greenie2600
- 99
- 1
-1
votes
1 answer
AWS S3 bucket items uploaded by JS should only be accessible from Heroku app (edited)
OK, I figured out my original issue of every item in a bucket getting the Public ACL was not because of my policies but because I am using the presigned URL JavaScript upload and had acl:public-read in the upload. But I don't want that. I want the…

Beartech
- 99
- 3
-1
votes
1 answer
AWS Lowest latency infrastructure
I'd like to setup the most correct and lowest latency infrastructure for AWS.
I would like to serve static Javascript files over CloudFront, and on top of that - a call to a dynamic server that will return an invocation to a Javascript function that…

Adam Schindler
- 9
- 3
-1
votes
1 answer
Cannot access or delete AWS S3 bucket from console
Learning AWS and mucking about with buckets. I tried to configure a logging bucket for a project, with the following logging.json used for the put-bucket-logging command in the cli:
{
"LoggingEnabled": {
"TargetBucket":…

user242007
- 149
- 1
- 7
-1
votes
1 answer
Server/storage choice for very low bandwidth video hosting
I have a unique project where I'm needing host several terabytes of short ~15mb mp4 video files, of which each video will only be viewed once.
Is a CDN recommended here? Or would a basic storage solution like AWS S3, or DigitalOcean's Block Storage…

user1661677
- 111
- 1
-1
votes
1 answer
how to migrate shared mount points to aws
we are planning to migrate to AWS, how do you migrate shared NFS mount points to AWS, we have file systems in them. Is S3 a good choice or EBS, Is there any other way to do this, how have people been traditionally doing this.

chandra
- 103
- 1
-1
votes
1 answer
Accessing the logs from s3 bucket using logstash
Does accessing the logs from s3 bucket in logstash.conf file would change logs in the s3 bucket?
Actually, I don't want it to alter actual logs in the s3 bucket as it is important for my organization.
Thanks in advance!
-1
votes
1 answer
Best and cheapest way of expanding storage on a server
I provide photo editing services, so customers send their photos to me through website, and I send them back through website once edited. I need about 1TB storage when I keep files for 1 month. I'm currently using a dedicated server which costs me…

Atiqur Rahman Sumon
- 15
- 1
-1
votes
1 answer
Amazon S3: encryption speed and keys
I have couple theoretical questions about Amazon S3
I need to encrypt all my files. What encryption speed Amazon provide for S3?
After encryption Amazon gives my key for file (or files package), it is possible to expire that key after one download?…

yanik
- 103
- 4
-1
votes
1 answer
Route 53 subdomains and their redirects
I am having problems with my redirects. I have a bucket named example.com created in s3 which redirects to http://google.com (just an example). In route 53 I am able to point my example.com domain to example.com.s3-website-eu-west-1.amazonaws.com…

Qant
- 3
- 1
-1
votes
1 answer
S3 - File, Compare, Delete
We're moving 10 Tb of data from local storage to S3. I'm mostly automating the task using s3express.
However: the data technicians would like a tool similar to the VisaVersa 'compare' function;
The open up a GUI pane. Select files files in 'source'…

Brian Dunbar
- 183
- 1
- 14