By using AWS re:Post, you agree to the AWS re:Post Terms of Use

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...
0
answers
0
votes
13
views
asked a day ago
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:...
3
answers
0
votes
87
views
asked 6 days ago
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....
Accepted AnswerAWS LambdaContainers
1
answers
0
votes
29
views
asked 11 days ago
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...
2
answers
0
votes
32
views
asked 17 days ago
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...
1
answers
0
votes
57
views
asked 20 days ago
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...
1
answers
0
votes
98
views
asked 21 days ago
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. ...
2
answers
0
votes
36
views
profile pictureAWS
asked 21 days ago
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...
1
answers
0
votes
42
views
asked a month ago
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...
2
answers
0
votes
45
views
asked a month ago
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 ...
2
answers
0
votes
34
views
profile picture
asked a month ago
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...
2
answers
0
votes
100
views
asked a month ago
"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...
2
answers
1
votes
44
views
asked a month ago