amazon-ecs-agent icon indicating copy to clipboard operation
amazon-ecs-agent copied to clipboard

Amazon Elastic Container Service Agent

Results 142 amazon-ecs-agent issues
Sort by recently updated
recently updated
newest added

### Summary 1. Update ACS Client library. ACS now sends `ServiceName` in task payloads. 1. Load `ServiceName` from ACS Task payload into Agent's `Task` type. TMDE will be updated in...

### Summary Problem Statement: While performance testing ECS agent with 12 tasks, noticed a constantly increasing memory consumption of ECS agent. ``` go tool pprof heap.pprof Type: inuse_space Time: Aug...

### Summary made some changes that help build rpms for AL1 ### Implementation details - added prebuilt pause containers - normalized indentation in the `gobuild` script as well as made...

### Summary This change is to enhance the `TaskResponse` returned by Task Metadata Endpoint to include VPC ID. This change does not apply to ECS Anywhere instances, so no VPC...

Bumps [github.com/gorilla/websocket](https://github.com/gorilla/websocket) from 1.4.2 to 1.5.0. Release notes Sourced from github.com/gorilla/websocket's releases. Minor new features and maintenance update CHANGELOG Dialer: add optional method NetDialTLSContext (#746) @​lluiscampos Update README (#757) @​garyburd...

dependencies

### Summary AWS ECS task stuck in pending state ### Description I am using rails and have deployed my server on AWS ECS with two tasks app server and sidekiq...

more info needed

Summary Remove hard-coded "default" profile for credentials. The AWS SDK will already fall back to default if no profile is selected. This allows the customer to specify alternate profiles in...

### Summary When a password contains characters that contain escape sequences such as a quotation mark PowerShell fails the command. Rather than passing on the cmdline directly we read the...

### Summary I am unable to set up the ECS Agent container using the instruction set forth in https://github.com/aws/amazon-ecs-agent#on-other-linux-amis-when-awsvpc-networking-mode-is-enabled. ### Description A bit of context, I want to create an...

…fault profile if none is specified. This allows the end user to override the profile in /etc/ecs/ecs.config with the environment variable AWS_PROFILE ### Summary ### Implementation details ### Testing New...