New user sign up using AWS Builder ID is currently unavailable on re:Post. To sign up, please use the AWS Management Console instead.
Questions tagged with Containers
Run containers securely, reliably, and at scale
Content language: English
Select up to 5 tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
781 results
Hi everyone,
I am currently running a Bitbucket pipeline on a Windows Server 2019, which is being used as a runner in Bitbucket. The pipeline involves building Docker images, and we need to build bot...
I am a total beginner with AWS so please go easy on me. I am trying to run an ECS cluster with EC2 instances. So when creating an ECS cluster I can clearly see that an EC2 is created with it on the EC...
Hello,
how can I access pods running in an AWS EKS cluster for vulnerabilities? What are the options and best practices here?
We already use AWS Inspector for AWS Lambda and AWS EC2. However, no vul...
Hello,
Does anyone encounter the issue (sudo soci push --user AWS:$PASSWORD xxxxxxxx.dkr.ecr.xxxx.amazonaws.com/xxxx:xxxxx) only push the soci index, not image index?
From this doc https://aws.amazo...
Somewhat new to AWS, I'm trying to build a POC with CDK in python using ECR, Fargate with ALB, and an API Gateway. I've been able to publish an image to an ECR repo, but when I try pulling it into the...
Is it possible to collect container metrics in a Docker deployment made using AWS EC2 instances (not running on top of AWS ECS or EKS) with AWS container insights?
Trying to update the number of desired tasks of an ECS service, I get an error:
"There are no capacity providers in the capacity provider strategy with a weight value greater than zero. Specify a wei...
I'm trying to build a container to run on ECS with Amazon Linux 2023 as the base image. I'd like to use Python 3.12 to run an application on the container, and I'm having a hard time getting the pack...
I am trying to produce a model on a python10 image that successfully builds but runs into the following oci manifest error when aws tries to use it:
Unsupported manifest media type application/vnd.o...
Hello AWS Community,
I’m encountering an issue where Python function is unable to establish a connection to a Tika server when running inside an AWS Lambda Docker container. Both the Python function ...
# Background
I have one containerized web app I want to deploy with ECS Fargate.
I found with one user; the program runs well on 1 task with 1 vCPU.
I expect the number of concurrent users to raise to...
In aws ecs, i have created task to be fargate type, and in managed EC2 i have few tooling vm ec2 instances, i know that fargate is aws managing the underlying infrastructure and it can be running unde...