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.2k Questions
+17
38.1k Members
+111
Contact

Can you answer these questions?

View all unanswered questions

These questions still don't have an answer

0 votes
0 answers
19 views

Unable to interact with OCI S3-compatible API

I am trying to use the .NET AWS SDK to interact with OCI's object storage API since they have an S3 compatibility layer. This is my setup: BasicAWSCredentials creds = new(s3Credentials.AccessKey, ...
0 votes
0 answers
39 views

How can I combine multiple AWS IAM policy documents into 1?

I have a few dozen IAM policy documents in json format, output from the pike tool. A lot of the permissions contained within are duplicated. I would like to combine these into a single json-formatted ...
0 votes
0 answers
21 views

CDK Pipeline doesnt publish assets anymore

I have started getting issues with a CDK Pipeline project not publishing assets anymore The actual asset stage runs but return 0 assets selected and nothing gets uploaded This causes the actual deploy ...
0 votes
0 answers
21 views

Can’t chain views across databases (extract → transform → final), even using data share in same cluster

I’m trying to implement a simple layered setup in Amazon Redshift: Intended structure extract database extract_schema.table_1 (raw ingested table) transform database transform_schema.view_1 (...
0 votes
0 answers
42 views

Can JSON maps be used in AWS Step Functions?

I am trying to use variables with non-scalar variables in AWS Step Functions. In the following example I am referencing each string in $my_tags using JSONata. I would like to simplify it. { "...

Learn something new
These are the most recent articles in AWS Collective
0 votes
400 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
609 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