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
So here's the deal, I want to create the integration between websocket server, django server and MongoDB cluster.
First conflict arrise due to Djongo and channels which uses different Django versions...
My EC2 VM currently has Docker version 25.0.5, build 5dc9bcc installed, but this version has a security flaw that has been patched in versions 27.1.1 and above. I followed the instructions from https:...
I am using a container image for lambda and looking to improve cold start time as my docker image is relatively large. Looking at the benefits of creating an index for aws fargate
https://aws.amazon....
I noticed that, the logs of one day of the ECS task is distributed over multi folders.
For example:
2024/11/12/[$LATEST]56238748a485430db2e587ee4e38fce2
2024/11/12/[$LATEST]dba2c42367514e2498f8c479ec7...
I have an ECS cluster with tasks running on EC2, but the instance is not "using" the task role.
Despite having spent a lot of time debugging, made sure that `ecs.config` has the correct values inside...
Here is the error message:
```
The image manifest or layer media type for the source image 12345678910.dkr.ecr.us-west-1.amazonaws.com/repo1@sha256:#### is not supported.
```
I have docker desktop ins...
I have a ECS cluster running Fargate profile and ECS service associated to public ALB (2 AZs), running one task. I´m trying to simulate an AZ failure blocking all traffic in one AZ using Network ACL.
...
I am new to AWS Fargate
For the situation, I run Trino in EKS workloads with 1 worker 1 node 24 hours a day using 2 core CPU and min 4GB to max 6GB of memory in EC2 instance. So when I bring my Trino...
I'm currently experiencing an issue where my Auto Scaling Group (ASG) is launching a second EC2 instance automatically, even though only one task is running, and CPU
consumption is low. I need help u...
We use CFN to define all of our infrastructure and when I created the ECS TaskDefinition I used this container image "1111122223333444.dkr.ecr.us-east-1.amazonaws.com/my_app". This resource uses the ...
Hello,
I am planning to launch the ECS cluster (6 Tasks), using the following Capacity provider strategy over the Cluster level:
Weight Configuration:
Set FARGATE-SPOT with a weight of 1 (primary ch...
"I’m creating a Lambda function with boto3, but I'm encountering an issue. Here’s the code that’s failing:
```
lambda_client.create_function(
FunctionName=function_name,
Runtime='pyth...