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.

How to translate docker-compose.yml to Dockerrun.aws.json for Django

I am following the instructions at https://docs.docker.com/compose/django/ to get a basic dockerized django app going. …

django docker amazon-elastic-beanstalk docker-compose amazon-ecs
I get AWS ECR exit status 255 despite using AWS ubuntu containers

I am trying to build a docker container in AWS code build as a means to deploy a container to …

amazon-ecs aws-codebuild aws-ecr
I can't deploy a new container to my ECS cluster because of ports in use

The task definition my Service uses is pulling the "latest" tagged version of my image. When I update my service …

amazon-web-services amazon-ecs
Difference between AWS Elastic Container Service's (ECS) ExecutionRole and TaskRole

I'm using AWS's CloudFormation, and I recently spent quite a bit of time trying to figure out why the role …

amazon-web-services amazon-iam amazon-ecs
aws cross account dynamodb access with IAM role

I have an aws ecs ec2 instance in one account and it is trying to access the dynamob db tables …

amazon-dynamodb aws-sdk amazon-iam amazon-ecs aws-sdk-net
ecs error: "An error occurred (ClusterNotFoundException) when calling the..."

I've defined a cluster in ECS and failed to clean it up properly. I've terminated EC2 instances that are associated …

amazon-ecs
Shutting down ExecutorService 'applicationTaskExecutor'

I have a Spring-boot application deployed in docker container within in AWS ECS cluster. My application stack is => Spring …

mysql spring-boot spring-data-jpa amazon-rds amazon-ecs
Register EC2 instance to ECS cluster without public ip

I'm having hard times adding instances that are created in my VPC and on a private subnet(no internet gateway …

amazon-web-services amazon-ec2 amazon-ecs
Terraform Fargate task definition requesting execution role

I'm using Terraform to create a few services in AWS. One of those services is an ECS task definition. I …

amazon-web-services terraform amazon-ecs
AWS Secrets Manager can’t find the specified secret

I'm using AWS Fargate and storing sensitive data with Secrets Manager. Task definition should get environment variables from secrets store …

amazon-web-services amazon-ecs aws-fargate aws-secrets-manager