Top "Amazon-ecs" questions

Amazon Elastic Container Service (ECS) is a highly scalable, high performance container management service that supports Docker containers and allows you to easily run distributed applications on a managed cluster of Amazon EC2 instances.

Getting "Creation of service was not idempotent" with boto3 ECS. Why?

I am making a call to ecs.create_service like this: createServiceResponse = ecs.create_service( clientToken='abc123', cluster=options.…

python amazon-ec2 boto3 amazon-ecs
AWS ECS Fargate Container Healthcheck command

I am trying to setup aws ecs fargate deployment configuration. I was able to run containers without container health check. …

amazon-web-services amazon-ecs docker-container aws-fargate
How should I pass sensitive environment variables to Amazon ECS tasks?

What is the recommended way to pass sensitive environment variables, e.g. passwords, to Amazon ECS tasks? With Docker Compose, …

security docker passwords environment-variables amazon-ecs
How to make ECR repository public?

How to make an ECR repository public for anybody to pull from. I see the policy document in the permission …

amazon-web-services docker containers amazon-ecs amazon-ecr
Deploy docker on AWS beanstalk with docker composer

I'm trying to deploy multiple node.js micro services on AWS beanstalk, and I want them to be deployed on …

amazon-web-services docker amazon-elastic-beanstalk docker-compose amazon-ecs
ECS CLI - You cannot specify an IAM role for services that require a service linked role

I'm trying to deploy a container to ECS (Fargate) via aws cli. I'm able to create the task definition successfully, …

aws-cli amazon-ecs aws-fargate amazon-ecr
How do I work out why an ECS health-check is failing?

Outline: I have a very simple ECS container which listens on port 5000 and writes out HelloWorld, plus the hostname of …

amazon-web-services amazon-ec2 amazon-elb amazon-vpc amazon-ecs
Create AWS ECR repository if it doesn't exist

How can I create an AWS ECR repository if it doesn't already exist?

amazon-ecs docker-registry aws-ecr
Error registering: NoCredentialProviders: no valid providers in chain ECS agent error

Im trying to use EC2 Container service. Im using terraform for creating it. I have defined a ecs cluster, autoscaling …

amazon-web-services amazon-ec2 ec2-ami terraform amazon-ecs
How to fix a drifted AWS CloudFormation stack?

How to fix a drifted AWS CloudFormation stack? I modified a BackendECS Service and it is now "drifted" but there's …

amazon-web-services amazon-cloudformation amazon-ecs