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.

Properties validation failed with message extraneous key is not permitted

I am getting the following error Properties validation failed for resource mytaskdefinition with message: #/ContainerDefinitions/0: extraneous key [linuxParameters] is not …

amazon-cloudformation amazon-ecs ecs-taskdefinition
How to understand Amazon ECS cluster

I recently tried to deploy docker containers using task definition by AWS. Along the way, I came across the following …

amazon-web-services deployment amazon-ec2 docker amazon-ecs
AWS ECS Create Scheduled Tasks (cron) via Cloudformation

We want to create ScheduledTasks in AWS ECS via CloudFormation. Is there a programmatic way to create via boto or …

amazon-web-services amazon-cloudformation amazon-ecs
Auto Scale Fargate Service Based On SQS ApproximateNumberOfMessagesVisible

I would like to scale out my aws fargate containers based on the size of the SQS queue. It appears …

amazon-web-services amazon-cloudwatch amazon-ecs autoscaling aws-fargate
How to schedule ECS tasks on AWS Fargate

I have created a Task Definition on Elastic Container Service and have successfully run it in a Fargate cluster. However …

amazon-ecs aws-fargate
persistent storage solutions for aws fargate

I'm running an apache webapp on a container in ecs fargate, but I need to be able to persist certain …

amazon-web-services amazon-ec2 amazon-ecs aws-fargate
Can we mount EFS on AWS ECS docker container?

I have an ECS instance on which my docker containers are running. I want to mount EFS on docker container …

amazon-web-services amazon-ec2 amazon-ecs amazon-efs
How to get AWS Fargate task instance metadata inside running container?

When a task launches inside of AWS Fargate, it has a task id (guid) that is used for Cloudwatch logs …

.net visual-studio amazon-web-services amazon-ecs aws-sdk-net
aws ecs fargate can't fetch secret manager

I'm using AWS ECS service for orchestrate my docker container. Also used Secret Manager for stored and retrieve personal information. …

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