From 7989044733de2b99a769ff4daf94883f3aa583d1 Mon Sep 17 00:00:00 2001 From: Mayur Moon <100397767+mmcoralogix@users.noreply.github.com> Date: Thu, 6 Jul 2023 16:00:44 +0530 Subject: [PATCH] Update README.md updated readme --- fluentbit/ecs-fargate/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fluentbit/ecs-fargate/README.md b/fluentbit/ecs-fargate/README.md index d096b5ad..d38ee335 100644 --- a/fluentbit/ecs-fargate/README.md +++ b/fluentbit/ecs-fargate/README.md @@ -4,7 +4,7 @@ This template provides a starting point for deploying Fluentbit as a sidecar con ### How to add Fluentbit as a sidecar container in an ECS Fargate task -ECS Fargate allows us to add a fluentbit container as a sidecar, the term sidecar here simply means that container is running in the same ECS task as the applcation container. +ECS Fargate allows us to add a fluentbit container as a sidecar, the term sidecar here simply means that the container is running in the same ECS task as the application container. AWS supports adding Fluentbit as a sidecar using a FireLens configuration. @@ -14,7 +14,7 @@ In order to configure Fluentbit as a sidecar container in an ECS Fargate task, y When using the Fluentbit for AWS container image, you need to embed your configuration file in the Image itself. This is because the Fluentbit for AWS image already has a default configuration that is required for the integration to work. When we embed our configuration file in the image, it runs alongside the default configuration. -Once the your fluentbit image is created it needs to be pushed to ECR or any other publicy accessible container registry. +Once your fluentbit image is created it needs to be pushed to ECR or any other publically accessible container registry. Create a configuration file. For example, extra.conf: @@ -153,4 +153,4 @@ The JSON example above can be used to deploy via the AWS Console or API. Note th When using this Cloudformation template you will need to modify it to suit your needs. You should start by replacing the [app container definition](template.yaml#72-#87) in the task to your own. -Once the template is modified, you can deploy it using the AWS Console or CLI. \ No newline at end of file +Once the template is modified, you can deploy it using the AWS Console or CLI.