Harsh Rawat

Results 16 comments of Harsh Rawat

Task networking for Windows containers on ECS EC2 is now live with agent version 1.54.0 and greater. Please follow the blog post available [here](https://aws.amazon.com/blogs/containers/getting-started-with-task-networking-on-amazon-ecs-with-windows-containers/) to get started.

Tested out all three plugins for Windows using the configuration mentioned in the official documentation. - https://docs.fluentbit.io/manual/pipeline/filters/aws-metadata - https://docs.fluentbit.io/manual/pipeline/outputs/firehose - https://docs.fluentbit.io/manual/pipeline/outputs/kinesis

Based on my debugging, I concluded that during the failure mode i.e. using async mode, we are following the codepath [here](https://github.com/fluent/fluent-bit/blob/dbbc7a71f28f39b8a0af0d1cd91736e6e8cbe7ef/src/flb_network.c#L1214). This calls `flb_net_getaddrinfo` which in turn calls `c-ares` package...

Tested out all three plugins for Windows using the configuration mentioned in the official documentation. - https://docs.fluentbit.io/manual/pipeline/filters/aws-metadata - https://docs.fluentbit.io/manual/pipeline/outputs/firehose - https://docs.fluentbit.io/manual/pipeline/outputs/kinesis

@Qrox @denisk176 Given that this doesn't seem to have been fixed in the binaries available at the moment, do we know how can we compile Squid for Windows? The instructions...

Closing this issue since the fix was released in `v1.71.2`.

Hello @eugenecg, There are no plans at the moment to extend support for ENI Trunking for Windows on Amazon ECS. Please upvote the feature here- https://github.com/aws/containers-roadmap/issues/1490 which would allow us...

Rebased over mainline and addressed the comments which needed any refactoring.

The objective is to test the latest code against older versions (`v1.0.2`, `v1.1.0`, `v1.2.0`, `v1.2.4`, `current code`) by running a matrix of tests to identify potential deadlocks caused by version...

@dmcgowan Please do take a look and provide feedback when you can!