How to provide a user to access only a particular bucket in AWS S3?
I have a list of buckets in AWS S3. I have created an IAM user. I have an option to provide S3 full or read only access for a user using groups. Is there any options to provide access only to a...
View ArticleIs there a policy that can limit the growth of an AWS S3 buckets total size?
We have an AWS S3 bucket that accepts uploads from untrusted sources which are then processed and moved out of the bucket. Is there a Policy that can limit the growth of the bucket to some...
View ArticleHow to make different permissions for different subdirectories of storage bucket
On Google Cloud Storage or Amazon S3, is there a way to give users a key to only a specific subdirectory of a storage bucket, for example:gs://images.eng.cm.com/avatars/<user-uuid>/xyzso the user...
View ArticleTroubleshooting VPC flow logs with an S3 bucket using SSE-KMS encryption with...
I'm using Terraform and trying to set up automatic export of VPC flow logs into an S3 bucket in the same AWS account and region (ca-central-1) that has default encryption turned on with AWS-KMS (using...
View Articleauto delete aws S3 backups
I need to automate deletion of aws S3 backups ... evidently if I tag the backup with one of daily, weekly, monthly, yearly then aws will delete based on my desired retention counts per those periods...
View Articles3fs to mount S3 bucket with iamrole on non-aws machine
I am trying to mount S3 bucket on my on-premises CentOS-6 server using s3fs as below:[roots@myhost ~]# s3fs bucket-name /mnt/s3mnt -o...
View ArticleHow would I automate the deployment of an S3 Bucket file to a remote external...
So my current AWS VPC consists of an EC2 jump server which is on the cloud side of a site-to-site VPN tunnel and the other side is connected to a customer server. So I am trying to find out how I can...
View ArticleMigrating to AWS with Devops [closed]
What are they key stages of migrating to AWS with Devops ?Can anyone list a use case or workflow?
View ArticleAWS S3, as an organizer see empty bucket
I am an owner of organizer in on my aws account. When I enter S3 I see one folder, which is empty. But its being billed 8$ per month, so smth should be there.Is it possible that one account, of my...
View ArticleIs it possible to mount an s3 bucket as a point in a docker container?
I have a Java EE packaged as war file stored in an AWS s3 bucket. I will like to mount the folder containing the .war file as a point in my docker container. I have managed to do this on my local...
View Articlewhy is a PHP client trying to do unauthorized REST.POST.OBJECT to my S3 bucket?
I've written a logfile analysis program for my S3 logs and I'm now looking in detail at every line. I've seen some odd behavior lately. I'm trying to figure...
View ArticleHow to purge selected data on request from PostgreSQL backups stored on S3?
One of our partners has a requirement that we be able to delete any data sourced from them on request, including from backups. The backups are taken daily, and are stored on S3 for up to a year.It...
View ArticleHow can I 'aws s3 sync' two buckets, which are located in different accounts
I'm trying to use 'aws s3 sync' on the awscli between two accounts. Account A, I own.Account B, Owned by a third party. Account B has given a user:jon on account A permission to a bucket through a...
View ArticleHow to monitor AWS S3 cross-region replication process?
Amazon S3 has a cross-region replication which will handle copy of new/updated objects to additional region.The problem is that solution does not provide visibility on state for replication process,...
View ArticleAmazon 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 Article404 status code in response from Cloudfront for a single page react application
we have a single page app in ReactJS that is being served by CloudFront but the response status continues to be 404 for any nested pages (i.e pages other than the home page).How can this be resolved?...
View ArticleEKS multitenant SFTP (atmos) to EFS and S3FS sync to S3
I need to create SFTP solution within EKS 1.20.4 where I use atmos SFTP helm chart for SFTP for different tenants, then mounting the user paths to EFS. This is done already, persistence is ok, I am...
View ArticleError: error loading plugins: loading plugin /data/ipfs/plugins/go-ds-s3.so:...
Aftercloning this reporun make build (getting as output s3plugin.so)run make installmake the appropriate changes in both /data/ipfs/config"Datastore": {"BloomFilterSize": 0,"GCPeriod":...
View ArticleS3 ListObjectsV2 api call not returning contents
According to the ListObjectsV2 documentation in...
View Article