Skip to main content

AWS Collective

Amazon Web Services (AWS) is the world’s most comprehensive and broadly adopted cloud platform, offering over 200 fully featured services from data centers globally. The AWS Collective is a community-driven site with resources for developers.
258.6k Questions
+320
28.4k Members
+157
Website Contact
Twitter Facebook Instagram GitHub

Can you answer these questions?

View all unanswered questions

These questions still don't have an answer

0 votes
0 answers
3 views

Error: Not authorized to perform sts:AssumeRoleWithWebIdentity during OIDC when a PR get merged into main

I'm trying to assume a role of AWS using OIDC in my github action file but it's saying "Error: Not authorized to perform sts:AssumeRoleWithWebIdentity" When we merge PR into main but if I ...
0 votes
0 answers
7 views

Parse dashboard: unable to connect to the server

I am using parse server by bitnami on aws and i am completely new here dont know whats going on but my parse dashboard is showing unable to connect to the server (I am using windows pc) Screenshot ...
0 votes
0 answers
12 views

Remote exec error while executing a remote exec in Terraform

I'm encountering an SSH handshake error while executing a remote exec in Terraform. The strange thing is that I can SSH manually using the same key file. Can anyone assist me with this issue? ...
0 votes
0 answers
14 views

How to create aws-ebs-csi-driver with eks_blueprints_addons by Terraform?

I created AWS EBS CSI Driver addon with eks_blueprints_addons by Terraform: module "eks_cluster" { source = "terraform-aws-modules/eks/aws" version = "~> ...
0 votes
0 answers
18 views

How to use AWS SDK for Dynamodb in an android application, not using Amplify

I've run into a bit of a brick wall when trying to figure out the AWS SDK with Dynamodb. I have an android app that I want to use to access a DynamoDB table. what I'm trying to set up is: an IAM role ...

Looking for an extra challenge?

View all bountied questions

These questions have a bounty on them

0 votes
0 answers
43 views
+50

AWS Spring boot Nginx - File upload 1KB works - 250KB fails with 403 Forbidden

I have a spring boot app running on AWS that uploads a file to S3 which works fine for 1KB txt file. It fails for a 250KB txt with 403 Forbidden with out any logs on the nginx access/error logs, ...
1 vote
0 answers
36 views
+50

SAM build can't resolve dependencies for 'onnxruntime'

My problem Summary I am trying to implement YOLO on AWS Lambda, and when trying to build a Lambda Layer with ONNX, I get Error: PythonPipBuilder:ResolveDependencies - {onnxruntime==1.18.1(wheel)}. ...

Learn something new
These are the most recent articles in AWS Collective
8 votes
483 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
15 votes
1k views
5 minute read
Knowledge article

Code Change Best Practices: Smaller Pull Requests for Smoother Merging

In today's fast-paced software development world, collaboration and efficiency are paramount. One of the key challenges new developers face is managing code changes effectively, particularly when it ...
Dipak's user avatar
  • 6,867
6 votes
922 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,085
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
12 votes
3k views
6 minute read
How-to guide

Deploying a Kafka Connect connector on Amazon MSK Connect using Terraform

Apache Kafka has been growing in popularity as the de facto way to share streams of events with different systems. While Kafka itself provides the perfect durable log-based storage for events; Kafka ...
Ricardo Ferreira's user avatar