Wesley Pettit

Results 200 comments of Wesley Pettit

@djstein, @et304383, these tools look awesome. We really appreciate these efforts from the community to make AWS easier to use. @djstein, I've put up a PR addressing #409 that adds...

@artur-jablonski can you elaborate further on this feature request? It would help if I could understand your use case better. In ECS, there are 4 actions in ECS related to...

@artur-jablonski, thanks for your feedback, I've marked this as a feature request. I think ideally for your use case `ecs-cli compose service create` would call update service if the service...

[Edited] @artur-jablonski, the `ecs-cli` can create the task definition for you- `ecs-cli compose create` creates a task definition from your docker compose file, that's all. The output of the command...

@artur-jablonski Sorry, I meant `ecs-cli compose create`, which doesn't involve services and just creates a task definition. I've edited my comment. ``` $ ecs-cli compose create --help NAME: ecs-cli compose...

@artur-jablonski I'd like to get your opinion on one idea. For `ecs-cli up` we have a `--force` flag that forces deletion and then re-creation of all resources. What would you...

@jmarcos-cano we currently only support cluster name, region, launch type, and CloudFormation stack name in the ECS CLI Config file. We're considering different options to support inputting the values for...

@rverma-jm Since Fluent Bit only supports Go for outputs, this will have to wait till the [C CloudWatch plugin is complete](https://github.com/fluent/fluent-bit/pull/2024). Can you provide more details on exactly what the...

@hencrice I think this should be labeled as a feature request, and kept open. I don't think this is something that we'll prioritize any time soon (may be never), but...

> it seems to me that this situation does not apply because new tasks are successfully started (runningCount=2 in the log), but then fails container health checks. So maybe --timeout...