Skip to content

Ernyoke/aws-fargate-fluentbit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

aws-fargate-fluentbit

This repository contains the code for the article: https://ervinszilagyi.dev/articles/ecs-custom-logging-with-fluentbit.html

Running the Code

  1. Provision the ECR registry by running the following commands:
cd ecr-infra
terraform apply --auto-approve

The output of this Terraform plan/apply should be the URL of the registry, which will be used in the task.tftpl template file.

  1. Build and push the Docker image following the instruction from README

  2. Fill in the task.tftpl template file the path to the Docker image:

"image": "<id>.dkr.ecr.us-east-1.amazonaws.com/fluent-bit-s3:latest"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages