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 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...
2
answers
0
votes
21
views
karan
asked 3 days ago
Im trying implement github action but all github action is OK: **Project:** https://github.com/ToqYang/frontend/actions/runs/10708877787/job/29692205775 **Github...
1
answers
0
votes
24
views
San
asked 3 days ago
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...
2
answers
0
votes
34
views
Emily
asked 4 days ago
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...
1
answers
0
votes
27
views
asked 4 days ago
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...
1
answers
0
votes
25
views
San
asked 4 days ago
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...
3
answers
0
votes
50
views
gloomy
asked 8 days ago
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:...
1
answers
0
votes
31
views
mpung
asked 9 days ago
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...
1
answers
0
votes
29
views
profile pictureAWS
AmerO
asked 9 days ago
Hi there. I'd like to route all outbound traffic of a service or task through a HTTP proxy already established. I have the proxy FQDN and port. What can I do from this point?
1
answers
0
votes
42
views
Sixa
asked 12 days ago
I have a .NET API application deployed as an ECS Fargate task. This task makes internal calls to an on-premises server. The ECS task is hosted in a VPC with a private subnet and connects to the...
1
answers
0
votes
65
views
asked 15 days ago
Issue: Our ECS service is experiencing connectivity issues with AWS Kinesis. We see these errors in the logs: `[error] [AWS Log: ERROR](AWSClient)HTTP response code: -1 Exception name: Error...
1
answers
0
votes
33
views
Adit
asked 16 days ago
I have ECS cluster with EC2 instances. My purpose is to deploy Postgres and Backend services so `backend` could connect to `postgres`. I don't want to use RDS for developing purposes, so I've created...
1
answers
0
votes
38
views
nocle
asked 16 days ago