All Content tagged with Containers

Run containers securely, reliably, and at scale

Content language: English

Select up to 5 tags to filter
Sort by most recent
805 results
I want to deploy java tomcat web app in Amazon Lightsail I dockerize my web app and I push my tomcat image to my lightsail container service but when I try to deploy it I always get 503 Service Temp...
2
answers
0
votes
110
views
asked 2 months ago
Description: We are encountering an issue with our ECS Fargate task where it fails to access the IAM credentials from the EC2 Instance Metadata Service. The error message observed in the application ...
2
answers
0
votes
186
views
asked 2 months ago
We are launching multiple Fargate tasks using run_task. The container runs a python script as its ENTRYPOINT. Most of them run, log and complete successfully. But a subset of them start running, prod...
1
answers
0
votes
107
views
asked 2 months ago
I have several ECS tasks running on EC2 using ECS service connect for internal communication. Sometimes, during new deployments, the ECS service connect container linked to these tasks becomes unhealt...
2
answers
0
votes
146
views
asked 2 months ago
I want to create an ECR lifecycle policy rule in AWS that satisfies following conditions. Expire images older than 60days In some cases, the image in use is older than 60 days so should not be delete...
1
answers
0
votes
78
views
asked 3 months ago
Good day, My company received an email message for the upcoming routine retirement of our AWS Elastic Container Service as stated below. You are receiving this notification because AWS Fargate has d...
2
answers
0
votes
191
views
asked 3 months ago
the project is a nodejs server. The project is built in docker using a docker container ``` docker build --platform linux/amd64 -t engine-api:v0.5 . ``` Tagged accordingly ``` docker tag engine-api...
1
answers
0
votes
88
views
asked 3 months ago
I've created a Python script and requirements.txt in a Docker container. I've copied the requirements and installed them inside the docker image, then pushed the image to ECR and set up a Lambda using...
3
answers
0
votes
84
views
asked 3 months ago
When deploying to Elastic Beanstalk Docker, I'm getting the following error in the eb_engine log group. I'm running on AWS Linux 2023 and have tried creating a `<app_root>/.platform/nginx/nginx.conf` ...
0
answers
0
votes
49
views
asked 3 months ago
Hi, I have an EKS cluster deployed in a VPC with 3x private subnets and 3x public subnets. My worker nodes are EKS Managed nodes running Bottlerocket, and these are deployed in the private subnets. ...
3
answers
0
votes
104
views
asked 3 months ago
when update deployment on eks(1.30) ,apply failed:Failed to create pod sandbox: rpc error: code = Unknown desc = failed to get sandbox image ".dkr.ecr.us-west-1.amazonaws.com/eks/pause:3.5": failed to...
1
answers
0
votes
186
views
profile pictureAWS
SUPPORT ENGINEER
asked 3 months ago
Hi. I have set up an EMR Serverless application and i am using my custom image. I've configured everything properly. Next, I've created a custom image according to the official docs: https://docs.a...
2
answers
0
votes
148
views
asked 3 months ago