Questions tagged [amazon-s3]

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

1120 questions
0
votes
1 answer

What kind of service I need to point multiple domains to different webpages?

I would like to provide my users a way to publish their site, meaning I'll be hosting it and I would provide them the DNS information so they can point their custom domain to it. I'm totally new on this field so my question might seem a bit weird,…
Steve
  • 203
  • 6
  • 13
0
votes
0 answers

AWS Route 53 configuration problems for S3 hosting

I have a static site hosted on S3, mylifeinlimbo.ca I have set up S3 with a bucket for www.mylifeinlimbo.ca which redirects to the main bucket and created an 'A' record in Route 53 (see image for settings). This seems to be working fine. However, I…
0
votes
1 answer

CloudFront distribution from S3 bucket: big "bucket is public" warning. What can go wrong?

I'm moving an existing static website to S3/CloudFront. Following some documentation from AWS, I setup a policy on the S3 bucket to make it public: { "Version": "2012-10-17", "Statement": [ { "Sid":…
aspyct
  • 360
  • 1
  • 6
  • 21
0
votes
0 answers

Is there a way to make CrossFTP or DragonDisk access path-style s3 server?

I'm trying to find a way to speed up the transfer of 95gb of data to my company's Object Storage. I'm transfering the files via node/aws-sdk but it's too slow. I already tried ManagedUpload and Multipart upload, with same result (too slow). After…
Nelson Teixeira
  • 225
  • 1
  • 3
  • 15
0
votes
1 answer

Permanent redirect all http requests to include www subdomain

I have noticed both google.com and amazon.com, redirect requests to www.google.com and www.amazon.com I am thinking of doing the same for my website which is hosted on AWS. What is the best approach to do this? I am not sure if it would be better to…
0
votes
1 answer

AWS S3 and Bandwidth billing by Cognito user

I Want to build an serverless application that can store simple objects in S3, manage the user Login using AWS Cognito, and make the pricing pay-as-you-go for the user, (Charge the user for the Bandwidth and S3 storage used monthly) I could not find…
Ollegn
  • 73
  • 1
  • 7
0
votes
0 answers

Static websites in s3 bucket returns 404 for links

I'm uploading Gatsby static built files to s3 static website hosting in subdir. For example. test.s3-website-us-west-2.amazonaws.com/site1 test.s3-website-us-west-2.amazonaws.com/site2 So I want to access site 1 using url…
Arun Singh
  • 55
  • 1
  • 2
  • 8
0
votes
0 answers

Did AWS stop allowing PUTs to S3 locations more than one directory deep through the AWS CLI?

On our various servers that have a product that includes a database, I create a job that runs a small script that makes a backup of the database, compresses the file, and sends it to S3. I have one version of the script for windows / SQL Server,…
Phillip
  • 1
  • 1
0
votes
1 answer

aws s3 ls --summarize switch is broken when trying to get the size of a specific prefix in a bucket

Am I stupid or is this command just totally broken or unclear in usage I want to see the size of a specific prefix in a bucket aws s3 ls --summarize --human-readable --recursive 's3://mybucket/myfolder/' OR aws s3 ls 's3://mybucket/myfolder/'…
red888
  • 4,183
  • 18
  • 64
  • 111
0
votes
0 answers

How to move nginx cache contents to another machine

I'm running a nginx server on debian 9 to save some bandwidth for my s3 bucket. It currently holds 300gb of data. In order to save some money I want to move this data to another server. I'm currently copying nginx cache files to new server but I…
Rob
  • 21
  • 4
0
votes
2 answers

What is the way to access private S3 bucket files using nginx as proxy?

I have a website and an S3 bucket with numerous images, which should not be accessible directly from any machine with a direct URL. Those images will be shown on different website pages for ONLY registered users. I have tried to find a simple way…
0
votes
1 answer

How can you set up secure Terraform state storage for different infrastructure layers using S3 for backend?

Context After reading a lot about Terraform and playing with it in minor projects, I'd like to start using it in a real, production environment. As the environment is mostly in AWS, I'd go for the S3 backend, but I'm open to change this. Task I'd…
Akasha
  • 71
  • 1
  • 6
0
votes
1 answer

Backing up an SQL backup file from EC2 to Glacier

I have an EC2 server running Sendy (bulk mailing) and I wanted to take backups of the SQL db. Currently, I can download the backup.sql file manually via Virtualmin but I wanted to automate this. I've been looking at Glacier since it's low cost and I…
0
votes
0 answers

Can I create a lifecycle rule to AWS S3 that moves objects that are already in GLACIER class to DEEP_ARCHIVE after 180 days?

My company has probably close to a petabyte of data in s3 and we've been using S3's GLACIER class to get some cost savings. The files that are already in glacier were manually chosen to be put there instead of in the normal s3 class and thus there's…
Joe B
  • 353
  • 1
  • 4
  • 11
-1
votes
3 answers

aws life cycle rules to transition files from s3 bucket to Glacier storage class

I am creating life cycle rules to move files from bucket to the glacier storage class. I was wondering if there is an option to copy files from S3 bucket to Glacier using either CLI or console? I need to maintain a copy of files in S3 bucket and…