txigreman

Results 4 comments of txigreman

> ### Modify the healthcheck to expect a 301 or a 400 > While it's [possible to do in AWS](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-targetgroup-matcher.html), and technically the healthcheck would pass, it would only check...

Hi @ipeterov, Errors on new releases should be handled using cloudwatch alarms, in conjuntion with blue/green deploments (or the deployment circuit breaker in ECS). This way you can also handle...

In my case, the misconfigured db connection would be detected in the pipeline, when trying to execute the DB migrations. After uploading new Docker images, and publishing new task definitions,...

Still reproducible in version 3.0.3: ``` docker run --rm -e "AWS_ACCESS_KEY_ID=xxx" -e "AWS_SECRET_ACCESS_KEY=xxx" fluent/fluent-bit:3.0.3 \ -i 'mem' \ -F 'nest' -p 'Operation=nest' -p 'Wildcard=Mem.*' -p 'Nest_under=mem' -p 'Remove_prefix=Mem.' -m '*'...