Stay up to date with the latest from the Knowledge Center. See all new and updated Knowledge Center articles published in the last month and re:Post’s top contributors.
Questions in Containers
Content language: English
Select tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
3332 results
We have a problem with our EKS cluster stopped injecting IRSA env variables into pods and making them fall back using the node role. Some of our pods are using service accounts that have IAM roles ma...
I want to add a managed node group to EKS Automode cluster. Because I want additional customization on NVIDIA plugin runs on managed node group. Do I need to install kube-poxy, vpc-cni and coredns plu...
Inside the EKS resources section of the console, when I try to filter pods by namespace, I can select the namespace once, but whenever I try to change that filter after selecting it the first time, it...
I'm getting the following error when using the Java AWS SDK 2.x from my ECS container. Here is my error:
```
software.amazon.awssdk.services.s3.model.S3Exception: User: arn:aws:sts::yyyyyy:assumed-r...

Event data
Service
ElasticContainerService
Start time
March 16, 2025 at 11:30:00 PM UTC+5:30
Status
Ongoing
End ti...
As the title says I ran into this issue where `aws ecs execute-command` is failing with the error
> An error occurred (TargetNotConnectedException) when calling the ExecuteCommand operation: The exe...
I'm encountering an issue with Karpenter when trying to provision `c6a.large` instances. Despite having sufficient EC2 quotas, Karpenter fails to find a suitable instance type. Below are the relevant ...
Our organization is targeting to rollout container service, I want to know the difference between ECS and EKS especially ongoing operation efforts since my team is new to container services, but also ...
What's the most streamlined way to download events from EventBridge into a docker image to drive automated testing e.g. via LocalStack or other custom testing/validation processes?
I'd like past even...
Hello AWS Community,
I'm experiencing issues with the ECS agent on my EC2 instance. The agent fails to start properly, and when I check the logs, I see multiple errors related to IAM role permissions...
Hi,
I am running machine learning models on EKS pods. I want to share a single GPU with multiple EKS pods running on EKS GPU nodes. How can I enable GPU sharing on EKS Automode ? Couldn't find NVIDIA ...
Hi,
I need to raise a cloudwatch alarm if one of my ECS Service Status is turned to Stopped.
I tried RunningTaskCount but looks like it has dependency of Container Insights to be enabled. It's difficu...