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.
257k Questions
+6
38.4k Members
+92
Contact

Can you answer these questions?

View all unanswered questions

These questions still don't have an answer

Tooling
0 votes
0 replies
32 views

Can I do Role Chaining (STS Assume Roles) to do Cross Account Server-Side S3-S3 Copy Multipart?

I need to do cross-account same-region file copies using Boto3. I am currently using upload_part_copy for multipart uploads. My question is can we pass in a chain of IAM roles that the S3 client can ...
0 votes
0 answers
60 views

AWSSDK .Net GetObjectAsync hung

I'm trying to interact with a custom S3 storage, but part of methods in AmazonS3Client hangs off. I found several posts with similar problems, but they didn't help me. Initially, I declared s3Client ...
Best practices
0 votes
0 replies
25 views

How to build GitLab repositories in AWS CodeBuild without changing repositories content (without buildspec.yml)?

This is question about AWS CodeBuild. The basic usage as on console.aws.amazon.com/codesuite/codebuild/start suggests adding buildspec.yml into repository. My specific project is on GitLab, ...
0 votes
0 answers
54 views

AWS Aurora: too many connections

I have a problem I am seeing a significant discrepancy between my AWS Aurora (MySQL Compatible) metrics and the actual database state. When viewing the DatabaseConnections metric in the AWS Console/...
0 votes
0 answers
47 views

Why is server unresponsive error in app despite well formed state report?

I have an SmartHome skill which is currently showing Server Unresponsive after the discovery for each of the devices sent back to from the skill The JSON response to the reportStatus looks OK and very ...

Looking for an extra challenge?

View all bountied questions

These questions have a bounty on them

0 votes
1 answer
97 views
+100

Files stored with s3AsyncClient from Netty HttpClient publisher are corrupted

I'm trying to forward file from http download to s3AsyncClient. Its important for it to be asynchronous, and close to zero copy, so i used netty HttpClient and S3AsyncClient and I pass file through ...

Learn something new
These are the most recent articles in AWS Collective
0 votes
408 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
629 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,024
8 votes
695 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