Skip to main content

AWS Collective

A collective for developers who utilize Amazon Web Services' infrastructure and platform capabilities. The AWS Collective is organized and managed by the Stack Overflow community as a resource for developers.
259.2k Questions
+80
33.6k Members
+95
Contact

Can you answer these questions?

View all unanswered questions

These questions still don't have an answer

0 votes
0 answers
6 views

ECS Task Generates Invalid S3 Presigned URL

I'm encountering an issue where my ECS task generates presigned URLs for objects in S3, but the generated URLs are invalid. I consistently receive an "InvalidToken" error when attempting to ...
0 votes
0 answers
6 views

How to name Gitlab runner volumes

I have a gitlab runner setup using EC2 and I have few worker nodes for the gitlab runner that are invoked when needed otherwise will be in stopped state. I want to configure the setup in a way that ...
-1 votes
0 answers
9 views

Unable to see data in Dynamodb while navigating from Amazon Alexa skill kit

I'm trying to save a data in dynamodb but i cant see the data . I had checked with cloudwatchlogs as well. Its not saving . How can i do that . Could any one help me for that its important
0 votes
0 answers
17 views

Write partitioned col in s3 file too

I’m writing to glue table, where I’m having (country and state) as a partition column. But If I read directly from s3 bucket ( base of Athena table), I’m not seeing these partition columns ( country ...
0 votes
0 answers
16 views

AWS C# SDK: Use If-None-Match header on TransferUtility.OpenStream

I'd like to use the If-None-Match header to return a 304 Not Modified response if my S3 key has the same ETag as the one I have cached - when using transferUtility.OpenStreamAsync. I can see I can set ...

Learn something new
These are the most recent articles in AWS Collective
-2 votes
160 views
1 minute read
How-to guide

AWS Management Console now supports simultaneous sign-in for multiple AWS accounts

AWS has changed the way we interact with AWS console for sign-in. Jan 16, 2025 AWS has announced the support for multiple console sessions for signing into different aws accounts in the same browser. ...
Jatin Mehrotra's user avatar
4 votes
384 views
8 minute read
How-to guide

How to achieve fast, scalable, robust & cost optimized scaling of tasks on AWS ECS

Summary There are multiple use cases to containerize and host proprietary applications on AWS ECS which is “a fully managed container orchestration service that makes it easy for you to deploy, manage,...
TechFree's user avatar
  • 2,984
8 votes
630 views
2 minute read
Knowledge article

Overcoming Front-End Back-End Coupling with AWS Event-Driven Architecture

introduction As a developer, I've always been interested in event-driven architectures (EDAs) and how they can improve the overall performance and scalability of web applications. However, I never ...
Marawan Mamdouh's user avatar
6 votes
1k views
1 minute read
How-to guide

Always-on access for your data in Amazon S3, using cross-Region replication and Multi-Region Access Points (MRAP)

To improve durability of your data in the cloud, you should replicate it to multiple locations. For data in Amazon S3, it is automatically stored across multiple devices spanning a minimum of three ...
Seth E's user avatar
  • 1,153
6 votes
1k views
3 minute read
Knowledge article

Local development, testing, and debugging of serverless applications defined in Terraform using AWS SAM CLI

One question we hear from developers using Terraform and AWS Lambda functions is how to locally test the Lambda function. Here’s a great example — I have a simple terraform file with a Lambda function....
Julie's user avatar
  • 159