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.
257.2k Questions
+412
26.3k Members
+192
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

How to access resources in private subnets of one vpc to another peered vpc?

I have two VPCs A and B. VPC A has 3 public and 3 private subnets. My eks cluster is deployed in 3 public subnets of VPC A (due to lack of IP addresses in public subnets there is a secondary CIDR as a ...
0 votes
0 answers
3 views

Accessing private aws ec2 instances for external monitoring tools

What are the possible ways to access the aws ec2 instances which are in private subnets for monitoring purposes. I have an external monitoring tool (CheckMK). I want to connect it to private ec2 ...
0 votes
0 answers
7 views

Lambda import parmiko errors with cryptography

Im trying to set up python function that uses parmiko. Im using a mac m chip to work from. Terraform for the module is: module "lambda-test" { source = "terraform-aws-modules/lambda/...
0 votes
0 answers
7 views

Nginx client_max_body_size not working in Docker container on AWS EC2 instance...gives 413 error

I am trying to increase the maximum size of file uploads from the default 1M to 100M (no size cap would also be acceptable). Despite declaring client_max_body_size 100M in multiple locations, I still ...
0 votes
0 answers
7 views

How to call AWS Bedrock asynchronously

Is there a way to call Bedrock claude3 model with Python SDK asynchronously? More specifically, I want the results to be sent to S3.

Looking for an extra challenge?

View all bountied questions

These questions have a bounty on them

1 vote
0 answers
48 views
+50

LocalStack: URL created by `awslocal lambda create-function-url-config` gives 404 Not Found error

EDIT: I have added my lambda function code at the end. Using LocalStack hosted in Docker on Windows 11, I have successfully bootstrapped my environment and deployed my ASP.NET Core (net8.0) Lambda ...
1 vote
1 answer
27 views
+100

AWS SecurityLake roll-up regions in Terraform

In the example usage on https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/securitylake_data_lake , the following region is set to "eu-west-1". The documentation is ...
-1 votes
2 answers
48 views
+50

Querying a single-table DynamoDb for child objects in .net

I have the following data structure in Dynamo and am able to execute queries according to my required access patterns, but I am attempting to use the higher level API to let the AWS framework take ...
4 votes
3 answers
57 views
+300

Preventing Terraform from assigning reserved IP addresses to resources

I have a scenario where I’m using AWS server setup with an EFS and RDS setup. To enable high availability, I’ve configured a PCS cluster, and as a result, some IP addresses have been reserved as ...
-2 votes
0 answers
49 views
+50

download the zip file of the layer

I am trying to download the .zip file of the layer. I tried this command to get the location of the third party layer that I plan to use in my lambda function. But the location URL is too long and I ...

Learn something new
These are the most recent articles in AWS Collective
6 votes
432 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
12 votes
981 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,787
6 votes
846 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,025
6 votes
910 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
  • 161
10 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