Questions tagged [amazon-s3]

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

1120 questions
0
votes
0 answers

Copy old data from local Centos to AWS S3 bucket

I have the following task to complete. I hope someone can provide the feedback to get me started. We have a directory with thousands of images in many folders and sub-folders The goal is to have a script run through the images and move anything…
0
votes
1 answer

Split Traffic Between S3 Buckets

I have a static S3 site in bucket_old and will rebuild it route by route in S3 bucket_new using the strangler pattern. URLs /home, /contact map to bucket_new All other URLs map to bucket_old What AWS infrastructure should be used to route some…
Justin
  • 101
  • 4
0
votes
1 answer

Cloudfront SSL with Subdomain pointing to S3 bucket works, but still redirects to S3 URL

I've set up an S3 Bucket that I want to use as a CDN but with my own subdomain. For example, myfiles.mydomain.com. So, I set up a Cloudfront web distribution that points to the bucket named "myfiles-mydomain-com", added a certificate for…
0
votes
1 answer

How to access an aws s3 bucket using Access Key ID and secret access Key?

I have a free account on AWS and somebody shared me an Access key ID and Secret access key to access their s3 bucket. I am new in AWS, how can I access their s3 bucket using AWS web console?
mans
  • 101
  • 1
0
votes
1 answer

Need some help granting access to AWS S3 bucket, without exposing to Public

I'm trying to set up an AWS S3 bucket for storing files that a website will dish up to users of the site. The site is an intranet (only logged in users can access any pages which provide links to the assets from the S3 bucket). When I include…
inspirednz
  • 173
  • 1
  • 9
0
votes
0 answers

Static WP website and web app are in different host with one domain

I don't know if this is the right place to post this but I am so much in deep confusion right now. I have a static WP website hosted in Fastcomet with a domain name www.hpdc.com (namecheap) and also a web app made in Laravel hosted in AWS (free…
0
votes
1 answer

How to analyze AWS S3 costs?

Into "Cost Explorer Monthly costs by service" report I saw $300 for S3 for certain month. But when I tried to drill-down into the bill for this month, I saw just $4 for the "Simple Storage Service". So I'm not sure I understand how I can investigate…
0
votes
1 answer

VM ram requirement for aws s3 sync job

I have a VM setup to sync 15TB of data split in 25GB volumes to S3 using the latest awscli v.2. I have a 100Mbps upload capacity, and the job will probably take 16 days. I haven't had any experience with this until now, I am am trying to limit the…
ECII
  • 215
  • 1
  • 3
  • 7
0
votes
0 answers

S3 – Connection Aborted / Broken Pipe when uploading to one bucket's presigned URLs, but other buckets are fine

I have an S3 bucket in a Cloudformation stack that holds artifacts. A lambda function in the same stack generates a presigned URL for clients to upload files into the bucket. I already had the code working beforehand, but after I redeployed the…
0
votes
0 answers

SPA from S3 and Java backend in the same domain. ALB fixed response limit

I would like to have S3 bucked stored Single Page Application and its backend in the same domain. Now I am using ALB Listeners configuration to serve a fixed response for my index.html (by path). The default rule poits to a Target Group hosting my…
Marek Raki
  • 197
  • 1
  • 9
0
votes
1 answer

SSL Certification- secures subdomain on AWS s3 using Godaddy Wild Card SSL

I need to get resources.fairfuturesny.org secured. Its currently living on Amazon CloudFront S3. It's being used to host files. I the main domain is fairfuturesny.org from godaddy, which is secured. I purchased a wild card SSL to secure it but that…
0
votes
1 answer

Cloudfront behaviors with S3, Wordpress backend, and Vue frontend

I'll try to explain my situation and issue as best as I can. Previously I had a wordpress site behind cloudfront. Set up behaviors and that all worked well. Recently I have moved to using my wordpress instance as an api host. I have a Vue build on…
0
votes
2 answers

AWS billing for EC2 instance bandwidth

I have two AWS accounts. In the first Account, I have data in S3. And I have an application running on Ec2 instance in 2nd Account. Both are in the same region I have mounted the s3 of the first account to Ec2 instance in the second account. I'm…
Siva
  • 103
  • 4
0
votes
0 answers

AWS: Remove S3 files not accessed for a long time via cloudfront

I wonder is it possible to configure using AWS build-in lifecylce capability if certain files were not accessed (via pubic Cloudfront distribution) for a certain period of time, they would be auto-deleted eventually.
WHITECOLOR
  • 175
  • 1
  • 7
0
votes
1 answer

Do all cloud storage services store data as objects instead of files?

I've been using AWS S3, and I'm not happy that I can't do things like an rsync from the Linux server to do a backup on S3. It's because S3 stores objects I'm told and not files. Is this something all cloud storage services do including those like…
Edward_178118
  • 955
  • 4
  • 15
  • 33