Questions tagged with Containers

Run containers securely, reliably, and at scale

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.

834 results
I can't erase a disk as shown in the image. How can I solve this?![Enter image description here](/media/postImages/original/IMFU_-51NlTKe-qPovByo8Dw)
1
answers
0
votes
24
views
asked 9 days ago
Hi, I have configured AWS managed cluster auto scaling and service auto scaling based on target tracking policies. When the threshold of 80% was met, a new task was launched. However, there were no a...
1
answers
0
votes
44
views
asked 17 days ago
I’m launching an ECS-optimized Amazon Linux 2 instance with this user-data script. The NVIDIA driver and runtime install without error at boot, but my ECS agent update never takes effect until I SSH i...
1
answers
0
votes
56
views
asked 20 days ago
I have a .NET 4.8 application that runs successfully on an EC2 instance. It uses IIS and the application is accessible via a website. It connects to a SQL Server Express database running on RDS to ret...
1
answers
0
votes
53
views
asked 21 days ago
See this log: ``` 2025-04-22 17:24:05,590435 [ 937:937 ] INFO server - Starting DCV server version 2022.2 (r13907) - 0c005710fc2d84357a4e13e33fc6061c37ab8e15 2025-04-22 17:24:05,590562 [ 937:9...
2
answers
0
votes
46
views
asked 22 days ago
Which EKS Cluster Upgrade Methods should I use? In-place or Blue/Green?
2
answers
0
votes
100
views
asked 22 days ago
We have an ECS container that is regularly being killed as so: Exit code: 137 OutOfMemoryError: Container killed due to memory usage What's confusing is that as far as we can see we are not getting ...
1
answers
0
votes
103
views
asked 23 days ago
I have read through the repost article https://repost.aws/articles/ARBTATztMgQOeYyMZ9IAmxDw/configuring-codecatalyst-dev-environments and I am I can only get a devfile environment in VSCODE to work if...
2
answers
0
votes
38
views
asked 23 days ago
I’m deploying a Python 3.9 Lambda function using a Docker image. The entry point is set as: CMD ["app.lambda_handler"] Inside my container at runtime, the structure is correct. The file /var/task/te...
1
answers
0
votes
42
views
asked 24 days ago
We have a Java SpringBoot app running in Docker in ECS. We have been asked to update the task configuration to make the root file system read only. When we do that the SB app will no longer start b...
2
answers
0
votes
114
views
asked a month ago
I have an ECS Cluster running ECS task for my backend container , and I have a pipeline in github actions which deploy my new code changes 1- logs to amazon ECR 2- build , tag and push docker imag...
1
answers
0
votes
60
views
asked a month ago
I have a docker-compose with roughly this fragment: ``` web-application: image: public.ecr.aws/codebuild/local-builds:latest privileged: true environment: DOCKER_HOST: unix:///var...
1
answers
0
votes
90
views
asked a month ago