All Content tagged with Amazon Elastic Container Service
Fully managed container orchestration service that makes it easy for you to deploy, manage, and scale containerized applications
Content language: English
Select up to 5 tags to filter
Sort by most recent
I am being forced to upgrade my EKS clusters from version 1.23 to 1.24 and I have a question. The documentation AWS provides lacks some more insights on this.
Will clicking the "Upgrade now" button...
I deployed my Django Rest Framework (DRF) project to AWS Lightsail Containers, and everything works well with the DRF application. The DRF container is public, and I opened port 8000 for it. I do...
Sometimes when we try to launch a new ECS task in a Fargate instance a task will be created but it will never progress into RUNNING. It will try for a while until it stops. It happens rarely but it's...
When I go to Service Quotas > Lightsail, all "Applied account-level quota values" are set to "Not available". I would like to be able to set those to the default values, but I see no way to set to...
I have 2 ECS clusters say cluster A and cluster B each having multiple ECS services running like service-a1, service-a2, etc and service-b1, service-b2, etc respectively. Each service is running...
Im trying implement github action but all github action is OK:
**Project:** https://github.com/ToqYang/frontend/actions/runs/10708877787/job/29692205775
**Github...
I am trying to access a DynamoDB table in one of my ECS containers via Python code using boto3. I keep getting an error in my container saying the Security token is invalid. However I have checked the...
I'm trying to downsize the EBS volumes on our ec2 instances used in our ecs cluster.
Previously, we would just have one ebs volume `/dev/xvda` which was encrypted.
I now notice there are two...
Hi guys, im following this tutorial with my root account to try deploy my docker container like this but when im triying assign the role to ECS task definition min 3:45 and doesnt...
I'm trying to create a setup where my ECS tasks are scaled down automatically when there's no traffic traffic (which works), and are scaled back up when someone connects to them.
For this I've...
Let's suppose I have a greengrass component dependent on the docker application manager and I use `docker compose` for container orchestration.
```
---
RecipeFormatVersion: '2020-01-25'
ComponentName:...
I have an ECS service running tasks on Fargate. I have multiple tasks running for the service during the time I want to introduce a change in memory. Let's say currently they are 1GB but the latest...