Skip to content

zlberto/terraform-aws-grafana-ecs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grafana on ECS Fargate

This Terraform Module deploys Grafana on ECS Fargate with an ALB on top of an ECS Cluster.

alt text

What is an ECS Service?

To run Docker containers with ECS, you first define an ECS Task, which is a JSON file that describes what container(s) to run, the resources (memory, CPU) those containers need, the volumes to mount, the environment variables to set, and so on. To actually run an ECS Task, you define an ECS Service, which can:

  1. Deploy the requested number of Tasks across an ECS cluster based on the desired_number_of_tasks input variable.
  2. Restart tasks if they fail.

What is an ALB?

An Application Load Balancer is a "Layer 7" load balancer managed by AWS that forwards incoming requests to the ECS Tasks (Docker containers) in your ECS Service which are running in your ECS Cluster.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages