Skip to main content

Questions tagged [amazon-s3]

Amazon Simple Storage Service. For questions about storing and retrieving DevOps-related data in S3, or using S3 for building a code pipeline.

0 votes
0 answers
30 views

I'm evaluating the best approach for serving the static assets (JavaScript bundles, CSS, HTML, etc.) of a React application that uses Module Federation and Webpack. I have two potential options: ...
Jonas Machado's user avatar
0 votes
1 answer
92 views

We are building a simple website and pushing it to an S3 bucket on AWS with a release pipeline. We configured the service connection in ADO with an access key and secret from AWS and the deploy was ...
Sean's user avatar
  • 101
0 votes
1 answer
91 views

Following tutorials like this one, I managed to set up a continuous deployment pipe to deploy automatically via AWS CodeDeploy to my EC2 instance using GitHub actions, triggered on merging (or rather ...
Severin's user avatar
  • 101
0 votes
1 answer
99 views

I am designing an AWS architecture for hosting a website that sells online courses and merchandise products. For the purpose, I am planning to use the following architecture design: 1 VPC 1 ...
meDeepakJain's user avatar
0 votes
1 answer
63 views

I have a S3 bucket that I use to store images for a website I manage. The bill is usually about $1/month and I store about 12.5 GB on the service. It's never really been an issue before, but recently ...
NicholasJohn16's user avatar
4 votes
4 answers
5k views

I'm not sure if it's something I'm doing wrong, or if the S3 web interface is just trash. There are a ton of basic capabilities that work in pretty much any other file storage product (Windows ...
jeremywat's user avatar
  • 172
0 votes
1 answer
1k views

I have set of large tables stored as parquets on s3. In python, I'm using: pd.read_parquet(...,columns=columns) I'm reading the files directly from s3, without any database engine whatsoever for ...
user19976975's user avatar
0 votes
1 answer
2k views

I ran into an problem recently, my AWS S3 bucket shows total size of 30 TB. However when i try to get the total size of individual folders, it is not summing up more than 2 TB. I used the below ...
Saran's user avatar
  • 3
0 votes
1 answer
423 views

When you are running kubernetes on GKS, AKS, etc, you use your cloud provider specific storage bucket such as Amazon S3, google cloud storage, azure blob storage, to store your raw binary content in a ...
Nicholas DiPiazza's user avatar
2 votes
1 answer
646 views

I have a terraform file set to create a list of S3 buckets, and I was assigning acl to each bucket the old way: resource "aws_s3_bucket" "this" { count = length(var....
Hendrick's user avatar
3 votes
1 answer
1k views

I have a ConfigMap which stores Nginx configs and It is getting size exceeded. There are many site configs in there so I can't create multiple ConfigMaps. I thought of using S3 to store ConfigMap, is ...
amit singh's user avatar
2 votes
1 answer
1k views

I have a bucket which I need to restrict to a specific user, I have written the following script but it still seems to allow all users to operate on the bucket. resource "aws_s3_bucket" &...
xerxes's user avatar
  • 121
0 votes
1 answer
3k views

I am running into problems with AWS Athena data lakes. They were initially very quick, but as we've scaled, they're performing poorly and are becoming expensive and inefficient. What can we do to ...
Joseph's user avatar
  • 45
0 votes
1 answer
154 views

I am developing a webshop for large digital products (multiple .tif image files). These are currently stored in an S3 bucket. What is a recommended way to grant access to my customers once they have ...
Bichael's user avatar
  • 11
1 vote
1 answer
602 views

I am working on a buildout where I am doing the following. Eventually I will need to make this scalable so I am not doing this manually each time. I have several clients dumping data into S3 buckets. ...
mpdonadio's user avatar
  • 131

15 30 50 per page
1
2 3 4 5