Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.

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.7k Questions
+39
36.5k Members
+110
Contact

Can you answer these questions?

View all unanswered questions

These questions still don't have an answer

Best practices
0 votes
0 replies
13 views

AWS sagemaker Model Registry Vs. MLflow

On the AWS environment, what do you suggest: Sagemaker Model Registry or MLFlow? If we want to use grid search to experiment with different configurations and log all experiments to then decide which ...
-2 votes
0 answers
16 views

how to deploy multi containers to an endpoint on AWS Sagemaker?

How to develop a deployment pipeline that deploys multiple containers to an endpoint (MCE) on AWS Sagemaker? I need Python code or steps to set up in the AWS console.
1 vote
0 answers
11 views

Not able to delete index from Amazon OpenSearch Serverless

As the title mentions, I am not able to delete an Amazon OpenSearch Serverless index from a collection. I have a collection with 9 indexes within it, I don't want to delete the entire collection, only ...
0 votes
0 answers
27 views

Alexa client_id , secret_cleint and refresh_token mismatch issue

I am trying to create an API for my application to build Alexa skills and perform all operations, such as creating intents, slots, etc. I have already built the API, but it requires credentials like ...
0 votes
0 answers
15 views

AppDynamics not working on EKS after migrating from Rancher

I'm using a Python application that had AppDynamics working correctly on Rancher, but it stopped working when migrated to EKS. This application is able to connect to AppDynamics and creates the agent, ...

Looking for an extra challenge?

View all bountied questions

These questions have a bounty on them

-3 votes
1 answer
54 views
+50

Flink Job Manager Direct Buffer Memory gets exhausted when checkpointing enabled

Issue: Flink application throws Thread 'jobmanager-io-thread-25' produced an uncaught exception. java.lang.OutOfMemoryError: Direct buffer memory and terminates after running for 2-3 days. No matter ...

Learn something new
These are the most recent articles in AWS Collective
0 votes
321 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
530 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,014
8 votes
677 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