Amazon S3 bucket does not redirect folder URLs to index.html
I have uploaded my HUGO static site into AWS S3 Bucket. I have also added the domain in cloudrfront.The home index.html page works fine, but I cannot access my resources.For example...
View ArticleHow to make an AWS S3 bucket accessible over HTTP?
Does AWS S3 provide a way to make bucket's files available over HTTP preferably protected with BASIC_AUTH? I mean listing the files (index) and make it possible to download them over HTTP.
View ArticleTriggering a SNS notification when an object is accessed (downloaded) in AWS S3
I have managed to trigger events on my bucket when objects are uploaded (PUT) but I am surprised that there are no triggers called when objects are downloaded (GETs), as can be seen in this screenshot...
View Articles3 static hosting not redirecting my request
I followed these instructions to redirect:platform.demo.interos.nettoplatform.demo.interos.ioThe instructions use s3 for static site hosting and use the redirect option:...
View ArticleIs it possible to load an image into S3 via an URL?
I'm going through some steps documented in How Do I Upload Files and Folders to an S3 Bucket? to get my ova into S3. Seems like a waste of time for me to download it and then upload it, is there a...
View ArticleCan Terraform S3 remote state be kept in a different AWS account?
I am currently using Terraform with S3 remote state. The IAM user that I'm using to run Terraform exists in the same AWS account as the S3 bucket holding the remote state files. This is all working...
View ArticleS3 bucket policy errors
I have the following bucket policy for Amazon S3, which is giving the following error:Error: Invalid bucket policy syntax.Either it is a JSON syntax error or a Policy error.This is the policy I am...
View ArticleFor storing avatars in s3, which approach has the lowest cost?
On my site I have the ability for users to upload avatars (which they upload to s3). They can only have one avatar at the moment, so I currently just have the filename set to their user id.However,...
View ArticleHow to run aws cli with www-data?
I can successfully upload a file to my S3 bucket using the AWS cli version 1 with my normal linux user. However, I'm having trouble doing the same with Apache2's www-data.I have a personal project...
View ArticleWhat is a good strategy to keep my site online when S3 goes offline?
What is a good strategy to keep my site online when S3 goes offline?If S3 US East 1 goes offline, how should I have my app configured/structured to prevent that taking my entire site offline?What are...
View ArticleIs cross-region replication 100% fool-proof for S3 region outages? [duplicate]
Amazon S3 has an option of cross-region replication which should be pretty fault-tolerant against region/zone outages.Does that mean those who are ranting about the outage did not make use of this...
View ArticleCan you use `aws-sdk` to store objects in Google Storage?
Google Storage claims they support interoperability in their solution with Amazon AWS S3 and Eucalyptus Systems APIs.source: https://cloud.google.com/storage/docs/interoperabilityCan the aws-sdk for...
View ArticleAllowing all apps/users access to folder - S3FS-FUSE
I'm running an application on AWS EC2 Ubuntu instance, here's what I've done:- I've mounted S3 bucket as folder with s3fs-fuse using this command (unfortunately as root : sudo):sudo s3fs...
View ArticleIs there any way I can rotate AWS KMS keys every time interval < 1 year?
According AWS KMS, keys can be rotated once every year. However, there is no way I can define a custom time period for that.However, I can keep changing the same in the bucket's policy manually.So, is...
View ArticleView all AWS S3 buckets and list each buckets storage used
I have multiple AWS accounts and I need to list all S3 buckets per account and then view each buckets total size. Currently, I can only view the storage size of a single S3 bucket with:aws s3 ls...
View ArticleBest practices for external backups for S3 buckets?
I would like to know how everyone is making external backups of S3 buckets and best practices/recommendations for this. Regardless of how good AWS is it is still a single point of failure.Especially on...
View ArticleHow to order physical backup of S3 data?
I'd like to order backup of data to be copied out from S3 to a physical drive (SATA HD) and to be shipped to the address. I know it's possible using Amazon Glacier, however I cannot find such option...
View ArticleWhat is the term for releasing all builds to S3 - and then a 'release'...
We have a JS build system where every build is released to S3. There is a separate 'bootstrap configuration' file in a different S3 folder that points to the current version in use for that...
View ArticleVariables in Amazon S3 redirect rules
I'm trying to configure path redirect for Amazon S3 bucket static content ( → Properties → Static website hosting → Redirection rules). Simple rules, such as in instruction, work properly.Is it...
View ArticleError when creating new recource using backend AWS s3 [closed]
When I try create a new resource using terraform apply (Terraform init was success) received an error:data.terraform_remote_state.environment_data: Refreshing state...Error: Unable to find remote state...
View Article