Questions 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 tags to filter
Sort by most recent

Browse through the questions and answers listed below or filter and sort to narrow down your results.

1299 results
Hi, I have created an ECS Cluster, with services and tasks attached to it. The tasks have private and public IPs attached to it. This is my own test environment, and thus I do not have a load balancer...
1
answers
0
votes
367
views
asked 3 months ago
Hi re:Post, I've been reading: https://docs.aws.amazon.com/AmazonECR/latest/userguide/docker-pull-ecr-image.html https://docs.aws.amazon.com/AmazonECR/latest/userguide/what-is-ecr.html I would lik...
2
answers
0
votes
84
views
profile picture
asked 3 months ago
Hi, I was trying to enable TLS on my service for encrypted service-to-service communication. I followed this [guide](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/enable-service-connect-...
1
answers
0
votes
103
views
asked 3 months ago
Hello, I have an ECS cluster & I have enabled "Container Insights with enhanced observability" on a cluster level. I didn't enable it at an account level as described [here](https://docs.aws.amazon.co...
2
answers
0
votes
381
views
asked 3 months ago
is it possible for ECS or EKS in GovCloud to access/consume images from an ECR registry in commercial region? I understand that this may not be feasible due to isolation requirements but want to confi...
1
answers
0
votes
58
views
AWS
asked 3 months ago
When using EC2 instances for ECS capacity and using 'host' networking mode for the containers (not 'awsvpc' because I want to avoid having NAT), setting a target capacity at 100 (Any instances that ar...
1
answers
0
votes
128
views
asked 4 months ago
I’m running an ECS Fargate service in a private subnet, behind a public-facing Application Load Balancer (ALB). The ALB has a connection idle timeout of 70 seconds, and the HTTP client uses keep-aliv...
1
answers
0
votes
127
views
asked 4 months ago
I am facing a 403 Forbidden error with my Lex chatbot when deploying it on ECS Fargate. The chatbot is working perfectly locally, but I am unable to get it to work within the ECS environment. I suspec...
3
answers
0
votes
159
views
asked 4 months ago
Hi re:Post, I've been tasked with downloading an AMI and running it on my laptop via Docker. The AMI is "full-stack-2024-10-12-22-52" found in our AMI Catalog: ![Enter image description here](/medi...
2
answers
0
votes
278
views
profile picture
asked 4 months ago
The circuit breaker feature on ECS deployments is not functioning the way I would expect. Here's my setup: 1. Create an ECS task definition that uses a simple nginx image configured with a health che...
1
answers
0
votes
104
views
asked 4 months ago
I have set up an ALB with ECS Fargate service. The target group's health check URL is being hit 6 times per minute, with each request having the Connection: close header and using HTTP/1.1. I’ve enabl...
1
answers
0
votes
70
views
asked 4 months ago
I deploy a ECS clutser with CDk. For this I set first an Austoscaling group. ``` const ec2AutoScalingGroup = new AutoScalingGroup(this, `${this.instanceName}-AutoScalingGroupEc2`, { vpc: this.m...
1
answers
0
votes
55
views
asked 4 months ago