Can you answer these questions?
View all unanswered questionsThese questions still don't have an answer
How should I model a DynamoDB entity with partially unique external IDs
How to use guest() access to data in aws amplify gen2?
Next.js 14 standalone Docker container fails AppRunner healthcheck, works fine locally
AWS Transfer Family: start_remote_delete not recognized in boto3 Lambda function (v1.35.92)
How do I create an EventBridge Target input_template without quotation marks in final message
Recommended answers
View all recommended answersThese answers have been recommended
Copying S3 Server Logs to a Centralized AWS Account
You can Replicate objects within and across Regions - Amazon Simple Storage Service, which will automatically copy the objects to another bucket. Alternatively, you could create an AWS Lambda function ...
How to provide limited view to AWS IAM resources
See Actions, resources, and condition keys for AWS Identity and Access Management (IAM) for valid actions, resources, and condition keys for AWS IAM. In the case of CreateUser, the only supported ...
Transposing the row into a column header and other as column value in Redshift SQL
You could use a CASE to transpose the information. Note that this requires that you know the specific columns that are wanted: -- INIT database CREATE TABLE temp ( source text, value text, id ...
Get files from S3 with lambda
A Lambda function in a VPC does not have Internet access, unless you have configured the Lambda function to only run in private subnets that have route to a NAT Gateway. The S3 API exists on the ...
I want to access my uploaded image in private S3 bucket through a url such that it should not timeout
Amazon S3 pre-signed URLs have a maximum validity period of 7 days. Therefore, they will not meet your objective. They are intended to be created 'on the fly' when access is requested rather than ...
See what's trending
View all trending questionsThese are the most active questions in AWS Collective
Downloading an entire S3 bucket?
"UNPROTECTED PRIVATE KEY FILE!" Error using SSH into Amazon EC2 Instance (AWS) [closed]
Amazon S3 - How to fix 'The request signature we calculated does not match the signature' error?
How to get an AWS EC2 instance ID from within that EC2 instance?
Change key pair for ec2 instance
AWS Management Console now supports simultaneous sign-in for multiple AWS accounts
How to achieve fast, scalable, robust & cost optimized scaling of tasks on AWS ECS
Overcoming Front-End Back-End Coupling with AWS Event-Driven Architecture
Always-on access for your data in Amazon S3, using cross-Region replication and Multi-Region Access Points (MRAP)
Local development, testing, and debugging of serverless applications defined in Terraform using AWS SAM CLI
Simply submit a proposal, get it approved, and publish it.
See how the process works