allisaurus
allisaurus
As pointed out in #980 , the [`github.com/docker/docker`](https://github.com/aws/amazon-ecs-cli/blob/master/ecs-cli/Gopkg.toml#L83) [[override]] clause is currently targeting a revision that is several minor versions behind latest*. We should investigate whether we can remove this...
### Summary Per the request in https://github.com/aws/amazon-ecs-cli/issues/569 , add a "dry run" or "test" functionality to compose to confirm provided values are valid prior to creating a task.
Test new flag + use case implemented in #970
### Summary Support `shm_size` for docker compose 3 projects ### Description Currently, ecs-cli does not support `shm_size` for compose 3 projects because the `ServiceConfig` the v3 parser returns does not...
Per [this comment](https://github.com/aws/amazon-ecs-cli/issues/701#issuecomment-460438898), persisting placement constraints within the task definition (e.g., via `compose create`) would allow them to apply to existing services (by updating the task definition), since service-level placement...
### Issue Summary: This issue exists to document reported weird interactions between the AWS and ECS providers when scaling actions are taken on an ASG that backs and ECS cluster....
ECS load balancers are [available in Deck](https://github.com/spinnaker/spinnaker/issues/4797) as of 1.20, but only listener default actions are included in the "Listeners" section of the load balancer detail view. For [application load...
### Issue Summary: ECS load balancers are [available in Deck](https://github.com/spinnaker/spinnaker/issues/4797) as of 1.20, but don't offer an instances-level view. Individual tasks within a service behind a target group should be...
### Issue Summary: Surface the availability zone of an ECS task in the instance details pane. This info is now available as part of the `ecs:describe-tasks` response and can assist...
**Describe the bug** During the course of trying to implement https://github.com/o3de/o3de-multiplayersample/issues/148 , could not get player position/armor/coin updates to take effect via call to Server-->Authority RPC on `NetworkMatchComponent`. However, the...