Hsing-Hui Hsu
Hsing-Hui Hsu
See: https://github.com/marketplace/actions/close-stale-issues ---- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
We want to add a `--force` flag that will enable customers to always write to the default compose files, without a confirmation prompt if they already exist.
- [x] local create - [x] local up - [x] local ps - [x] local down
See: https://github.com/aws/amazon-ecs-cli/pull/876#discussion_r301366472
Several flags are bundled into this one flag method, so it is hard to use region flag, ecs-profile flag, etc. in a more modular way. It also means some of...
Currently, local subcommands take Task definitions files as JSON. We would also like to support YML files. Related: https://github.com/aws/amazon-ecs-cli/issues/825 ### Summary ### Description * Which specific command was run? (Example:...
### Summary Certain US regions use separate FIPS endpoints as the entrypoint to ECS and ECR (and other AWS services). To ensure FIPS compliance, we need to make sure all...
Cloudmap now integrates with ECS: https://aws.amazon.com/about-aws/whats-new/2018/11/aws-fargate-and-amazon-ecs-now-integrate-with-aws-cloud-map/ We should support HTTPNamespaces in addition to the existing DNS Namespaces. https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-discovery.html#service-discovery-considerations
### Summary We released support for ServiceDiscovery in version [1.9](https://github.com/aws/amazon-ecs-cli/blob/master/CHANGELOG.md#190), but since we were leveraging CloudFormation there were some fields in CloudMap models that were not supported due to lack...