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.

AWS ECS 503 Service Temporarily Unavailable while deploying

I am using Amazon Web Services EC2 Container Service with an Application Load Balancer for my app. When I deploy …

amazon-web-services amazon-elb amazon-ecs http-status-code-503
Why can't my ECS service register available EC2 instances with my ELB?

I've got an EC2 launch configuration that builds the ECS optimized AMI. I've got an auto scaling group that ensures …

amazon-web-services amazon-ec2 amazon-elb amazon-ecs
ValidationError Stack:arn aws cloudformation stack is in ROLLBACK_COMPLETE state and can not be updated

When I deploy using cloudformation aws cloudformation deploy --region $region --stack-name ABC Got error: An error occurred (ValidationError) when calling …

amazon-web-services amazon-cloudformation amazon-ecs
How to change instance type in AWS ECS cluster?

I have a cluster in AWS EC2 Container Service. When I've set it up, I used t2.micro instances because …

amazon-web-services amazon-ecs
Multiple docker containers in one EC2 instance through AWS ECS

Is it possible to run multiple docker containers in one EC2 instance through AWS ECS (EC2 Container Service)?

amazon-web-services amazon-ec2 amazon-ecs
Codebuild aws command not found when ran?

I'm trying to get a simple docker app to build using AWS codebuild, but I am coming across an error …

amazon-web-services docker amazon-ec2 amazon-ecs aws-codebuild
How to run AWS ECS Task overriding environment variables

To override environment variables via CLI we may use --overrides (structure) according to AWS ECS Commandline Reference. How to pass …

amazon-web-services docker containers aws-cli amazon-ecs
How to assign a public IP to container running in AWS ECS cluster in EC2 mode

I am trying to implement a multi-service ECS cluster using service discovery between the services. I'm attempting to follow the …

amazon-web-services amazon-ecs amazon-vpc aws-nat-gateway
How to restart containers in AWS ECS?

I have provided application configuration via consul's key-value store to the application containers running in ECS services. The application reads …

amazon-web-services amazon-ec2 amazon-ecs
How do you delete an AWS ECS Task Definition?

Once you've created a task definition in Amazon's EC2 Container Service, how do you delete or remove it?

amazon-web-services containers amazon-ecs