Help us improve the AWS re:Post Knowledge Center by sharing your feedback in a brief survey. Your input can influence how we create and update our content to better support your AWS journey.
Questions tagged with Containers
Run containers securely, reliably, and at scale
Content language: English
Filter questions
Select tags to filter
Sort by
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
871 results
Has anyone experienced 502 errors with Lambda Function URLs when calling container-based functions that haven't been invoked recently?
Our setup:
- Lambda functions using container images from ECR
- ...
3
answers
0
votes
51
views
asked 3 days ago
Hi,
I have a laravel filament admin panel which is dockerized and deployed to AWS EKS. I'm running 3 replicas which are backed by ALB.
After logged-into the panel and when I export data from admin ...
1
answers
0
votes
32
views
asked 5 days ago
Issue:
Attempting to run Xvfb (xorg-x11-server-Xvfb) within an AWS Lambda Docker container (Node.js 20 / AL2023) fails with a fatal keyboard initialization error.
Error Logs:
```
_XSERVTransmkdir: ER...
0
answers
0
votes
79
views
asked 7 days ago
**In short:** It seems the only way to use Container Insights is to use Fargate, because when using Fargate the Task gets an additional container behind the scenes called “aws-fargate-supervisor” whic...
3
answers
0
votes
84
views
asked a month ago
I am running workloads on **Amazon EKS** using the **AWS VPC CNI** with **prefix delegation enabled** (`/28` prefixes).
### Setup
- VPC subnet CIDR: `/20`
- Subnet CIDR reservation: `/23`
- Subnet i...
2
answers
0
votes
73
views
asked a month ago
Within the AWS SageMaker JupyterLab environment, when attempting to integrate the Clarify real-time explanation capability to build a new endpoint for a multi-container real-time inference endpoint (w...
1
answers
0
votes
39
views
asked a month ago
Running a EKS cluster in Auto Mode.
A new node was spun up by karpenter 48hrs ago, and ever since then there has been consistent networking issues between pods. There are no IP conflicts, some pods ...
2
answers
0
votes
99
views
asked a month ago
Looking to get some very basic networking metrics out of my cluster, as I've had some transient networking issues with random pods & timeouts recently, and ideally not going full-fledged flow logs etc...
2
answers
0
votes
47
views
asked a month ago
We experienced significant performance degradation (up to 154% slower on certain operations) after migrating our ECS container instances from c7i.8xlarge to m5zn.12xlarge. Despite maintaining identica...
3
answers
0
votes
95
views
asked 2 months ago
Hi all,
I'm trying to create a Docker using the following base image `public.ecr.aws/amazonlinux/amazonlinux:2023`. So far, my Dockerfile looks like this:
```dockerfile
FROM public.ecr.aws/amazonlin...
3
answers
0
votes
165
views
asked 2 months ago
Hi
I have a question in regards to the ECS task replacement mechanism using the service health check grace period (`healthCheckGracePeriodSeconds`) https://docs.aws.amazon.com/AmazonECS/latest/develo...
1
answers
0
votes
129
views
asked 2 months ago
Hi! I am trying to create iceberg table on AWS from an ECS container using pyiceberg. The role for the ECS has access to s3 bucket and KMS policy. We use this role for other tasks and it can write wit...
1
answers
0
votes
135
views
asked 3 months ago