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.
257.8k Questions
+36
36.3k Members
+88
Contact

Can you answer these questions?

View all unanswered questions

These questions still don't have an answer

-1 votes
0 answers
16 views

Environment variables not available at runtime in Next.js 14 App Router API routes

Local vs. production behavior: Local development: works perfectly with .env.local file Amplify production: environment variables are undefined at runtime Build process: completes successfully in both ...
0 votes
0 answers
49 views

Awswrangler: Parquet read into multiple of expected space

In a Lambda, I'm using AWS Wrangler to read data out of a date partitioned set of parquets and concatenate them together. I am doing this by calling wr.s3.read_parquet in a loop, compiling the loaded ...
0 votes
0 answers
33 views

Mount AWS EFS to ECS Fargate

I am mounting EFS to Fargate following the guide from here: https://repost.aws/knowledge-center/ecs-fargate-mount-efs-containers-tasks but receiving the error message failed to invoke EFS utils ...
2 votes
0 answers
18 views

How to convert epoch to datetime in Datadog dashboard?

I have a Datadog dashboard displaying the metrics we get for our AWS Glue Zero-ETL integrations. One of those is lastSyncTimestamp, the epoch timestamp until which source has been synced to target. I ...
-1 votes
0 answers
51 views

Spring boot reading parameters from AWS parameter store without credentials on application.yml

I'm attempting to read a parameter from aws parameter store in my spring boot application. I succeeded on my local machine but I want to make this function without having to supply my access-key and ...

Looking for an extra challenge?

View all bountied questions

These questions have a bounty on them

0 votes
0 answers
32 views
+100

AWSSDK.S3 causes x-amz-content-sha256 error against minio

I'm using the AWSSDK.S3 for .NET (v4.0.9.1) in my app. For my tests I run minio in a docker container. I know this worked in the past but with an update to the current versions of the SDK and the ...

Learn something new
These are the most recent articles in AWS Collective
0 votes
314 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
522 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
  • 3,014
8 votes
676 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,125
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