Explore how you can quickly prepare for, respond to, and recover from security events. Learn more.
All Content tagged with Amazon Simple Storage Service
Amazon Simple Storage Service (Amazon S3) is an object storage service offering industry-leading scalability, data availability, security, and performance.
Content language: English
Select up to 5 tags to filter
Sort by most recent
2901 results
I am using the unload query as below,
UNLOAD ('SELECT * FROM {table_name} where {where_clause}')
TO 's3://{s3_bucket}/api_testing/{table_name}_{filter_filename}'
iam_role 'arn:aws:iam...
```
Name: CatchAllReceiptRule (AWS::SES::ReceiptRule), Event Type: create, Reason: Could not write to bucket: email-invoices-bucket-niuralpayroll-prabhatenv (Service: null; Status Code: 400; Error Cod...
The principal export.rds.amazonaws.com isn't allowed to assume the IAM role arn:aws:iam::796973484206:role/export-rds-db-s3 or the IAM role arn:aws:iam::796973484206:role/export-rds-db-s3 doesn't exis
For the past 5 days I have been trying to write a simple code, I'll keep it simple.
but when I iterate over the chunks and group and write them into my local hard-drive I get a corrupted file, which s...
I'm running a bazel build inside AWS Codebuild. I'm using [S3 cache](https://aws.amazon.com/blogs/devops/how-to-enable-caching-for-aws-codebuild/) for caching the output artifact.
```
cache:
paths...
Some background:
1.) I have a bucket that contains videos on Amazon S3, being served thru Cloudfront.
2.) I have 3 webservers (localhost, staging.server.com, domain.com).
3.) I have not touched th...
So i made a new S3 bucket on 9th of November, to which i've been uploading many files over the last 3 days - upwards of 100GB total
However, said uploads are not reflected in metrics tab, neither ins...
Hi,
We have a bucket with Deep Glacier data. It was put there by a LifeCycle rule " at 180 days, move for S3 standard to deep glacier".
I want to edit the rule to further optimize costs:
option ...
I'm configuring mutual TLS (mTLS) on multiple Application Load Balancers (ALBs) spread across different AWS regions, and I have a question about the truststore setup.
In AWS, the truststore is typica...
I created a **custom** WAF rule (linked to my CloudFront distribution) to block requests with a body larger than 20MB.
This is to prevent users from uploading files larger than 20MB via **CloudFront...
I’m encountering an Access Denied error when trying to access my static website via CloudFront, which uses an S3 bucket as the origin. Below is a detailed summary of my setup, including CloudFront, Ro...
Hello AWS Community,
I’m working on a project where I’m uploading files to a BTFS (BitTorrent File System) server using the AWS S3 SDK with an S3-compatible endpoint provided by BTFS. After successfu...