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.
258.5k Questions
+59
34.9k Members
+114
Contact

Can you answer these questions?

View all unanswered questions

These questions still don't have an answer

0 votes
0 answers
11 views

Nodes are not joining after upgrading eks to v1.33

I have upgraded my eks cluster from 1.32 to v1.33 and we have updated the ami type from al2 to al2023 after updating the cluster my nodes are not joining the node group. We are using custom user_data ...
0 votes
0 answers
36 views

Read and modify only the column names in a very large CSV or Parquet file stored in S3

I have a very large CSV or Parquet file stored in AWS S3, I want to rename a few of the columns however I don't want to read the entire file because it's very large (several TB) so I would need to ...
0 votes
0 answers
12 views

Missing account id on webhook release event

I am trying to setup a webhook trigger in CodeBuild from GitLab. The goal is to run a CodeBuild project when I create a new release in GitLab. From what I understand this config should do the trick: ...
-1 votes
0 answers
18 views

What is the correct YAML syntax when providing different CapacityProviderStategy property in a CloudFormation template?

I want to specify the CapacityProviderStrategy property for my AWS::ECS::Service. I have an existing template, and just added the CapacityProviderStrategy property, like this Parameters: ...
0 votes
0 answers
24 views

Setting the CloudFront-Viewer-Country to each viewer response

In the AWS CloudFront distribution, I can configure the origin request policy to add CloudFront-Viewer-Country header to the origin request, and I can read that header in the Lambda@Edge attached to ...

Looking for an extra challenge?

View all bountied questions

These questions have a bounty on them

-1 votes
0 answers
33 views
+50

Metabase repeatedly fails RDS auth on first few queries, then works (cross-region/account) [closed]

We’re running Metabase on Kubernetes in us-west-2, and it's connecting to Amazon RDS instances (PostgreSQL) that live in a different AWS account and in us-east-2. The credentials are definitely ...
0 votes
1 answer
124 views
+250

How do I create a CDK pipeline that can create a working Lambda from code built in that pipeline?

I've been trying to follow the CDK Pipelines guide to create a pipeline that deploys both the infrastructure and code for a set of Lambdas. Here's a summary of what I have: infra/ (IaC classes and a ...

Learn something new
These are the most recent articles in AWS Collective
-2 votes
230 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
449 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,004
8 votes
648 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