This is for questions on Amazon's cloud storage service.
Questions tagged [amazon-s3]
1120 questions
0
votes
1 answer
how to download archive in aws s3 glacier
first, sorry for my bad english.
i create a vault in glacier service and then i uploaded an archive into vault and in out-put, aws gave back me a archive id. then using the archive-id, i created a job for downloading using this command:
aws glacier…

User12
- 89
- 1
- 8
0
votes
0 answers
AWS/S3/Cloudfront/GoDadday and subdomains
I am wondering and hoping this is possible.
On AWS I have two s3 buckets to separate a client facing application and an administrative application
mysite-app
mysite-admin
I have a cloudfront distribution for each application.
I have one AWS…

pbuzz007
- 113
- 6
0
votes
1 answer
Transition of a large bucket to S3 Glacier
I want to move a 72 TB size bucket from S3 Standard to S3 Glacier.
I'm going to create a Lifecycle rule and set "Transition current versions of objects between storage classes" to 1 day.
I guess it won't be in one day because I'm not sure that AWS…

Alex Kuchin
- 21
- 5
0
votes
2 answers
Best Practice for AWS IAM access keys for use with AWS SDK
I want to know the best practice used by big company's for programmatic access for multiple AWS services as there are multiple programs needing access to different-2 services so how it is managed? Did they create multiple access keys for each…

Rocky
- 49
- 2
- 9
0
votes
0 answers
400 Bad Request errors (infrequent) on public Amazon S3 assets
We are hosting S3 public assets (images) under a local path using a reverse proxy from NGINX to S3.
We have noticed periodic errors in our logs (400 errors) which are very infrequent, but are causing issues for visitors. We can tell these are AWS…

dlrust
- 715
- 2
- 8
- 12
0
votes
0 answers
AWS S3 static website: unable to access https://mydomain.tld but http://mydomain.tld redirects to https correctly
I've set up a static website on AWS S3, using a custom domain hosted at Namecheap, and Cloudfront serving over https. I am able to access my site at http://mydomain.tld, which redirects (using a DNS redirect rule on Namecheap) to…

Feanor
- 101
- 2
0
votes
1 answer
Why can't my DB back up to my S3 bucket?
I'm trying to test a differential backup and restore on an RDS SQL Server 2019 instance in preparation for migrating some web resources into AWS. Both the EC2 instance (Windows Server 2019) on which I'm running SSMS and the RDS instance have roles…

Don R
- 143
- 2
- 11
0
votes
1 answer
cannot Delete objects on s3 ceph bucket
I have a ceph cluster and running a few s3 bucket on it, 'gitlab-s3-api' user has full permission on everything on ( users=;buckets=;metadata=;usage=;zone=* ) but very oddly it cannot delete any file on its own bucket.
{
"user_id":…

AliReza NaSRi
- 11
- 2
0
votes
1 answer
Cloudfront distribution with react app and wordpress app hosted on same domain - how to get browsers with react app cached to render wordpress app?
I have a domain that hosts a react website in an s3 bucket via cloudfront. There is also a wordpress site hosted on a subdomain of that domain, and in the cloudfront distribution for the web app, I have two behaviors set up with path patterns en and…

Katie
- 103
- 4
0
votes
0 answers
AWS SES Managing and Forwarding Incoming Mail
I'm probably in over my head with this one. Please bare with me while i fumble through my explanation of what it is that i am trying to accomplish here.
We own a domain name. Have access to the back end. It's hosted digitalocean. Its blank, has no…

D.K
- 1
- 2
0
votes
1 answer
Why is my database restore failing with ConnectFailure exception?
I am trying to restore a SQL Server database to an AWS RDS instance from a full backup file created on a different non-RDS server. I am running the operation from an EC2 Windows Server instance in the same VPC (we'd like to keep the RDS instance…

Don R
- 143
- 2
- 11
0
votes
1 answer
aws s3 mv command is not deleting the folder structure
aws s3 mv s3://test/paltest/ . --recursive
All files within the paltest is been moved but paltest is not deleted. But i am able to remove paltest using aws s3 rm s3://test/paltest/

Amrit Pal Singh
- 16
- 3
0
votes
1 answer
AWS Glacier and Ransomware
I'm trying to understand the structure of how AWS Glacier works because I have a problem.
Problem:
I have a NAS that backs up to Glacier about once a week. About two weeks ago the NAS got infected with ransomeware so if I retrieved the data now I…
0
votes
1 answer
Using IAM Users for customer access to a bucket
For each of my customers, they have data stored on individual dropbox accounts and im in the process of consolidating all of these into AWS in the shape of a single s3 bucket where each customer has control over a single folder within that…

Sayse
- 101
- 2
0
votes
1 answer
Cannot write to AWS S3 bucket using CLI
Im running a Github CD actions that takes some files from my repo and tries to upload them to a S3 bucket I have.
The action runs this command:
/usr/bin/docker run --name e4f859ff89ec6549659693150859a75828_d1b6eb --label 5588e4 --workdir…

DomingoSL
- 365
- 1
- 4
- 13