GithubHelp home page GithubHelp logo

marbot-io / monitoring-jump-start-tf Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 1.0 41 KB

Monitor AWS resources with ease

License: Apache License 2.0

aws-terraform terraform terraform-module terraform-modules terraform-aws aws amazon-web-services monitoring cloudwatch-alarms amazon-cloudwatch

monitoring-jump-start-tf's Introduction

Free Monitoring Templates for Terraform

Setting up monitoring on AWS is hard. There are countless monitoring possibilities on AWS. Overlooking the important settings is easy. Monitoring Jump Starts connect you with all relevant AWS sources for comprehensive monitoring coverage.

Jump Starts are CloudFormation templates or Terraform modules that you can deploy to your AWS account to setup CloudWatch Alarms, CloudWatch Event Rules, and much more.

At the moment, you can monitor:

Monitoring goal Terraform registry
AWS basics https://registry.terraform.io/modules/marbot-io/marbot-monitoring-basic
Aplication Load Balancer (ALB) https://registry.terraform.io/modules/marbot-io/marbot-monitoring-alb
Auto Scaling Group https://registry.terraform.io/modules/marbot-io/marbot-monitoring-asg
EC2 instance https://registry.terraform.io/modules/marbot-io/marbot-monitoring-ec2-instance
RDS cluster (Aurora) https://registry.terraform.io/modules/marbot-io/marbot-monitoring-rds-cluster
SQS queue https://registry.terraform.io/modules/marbot-io/marbot-monitoring-sqs-queue

Usage

This example connects you to all relevant sources of errors, warnings, and notifications published by AWS services, and forwards them to Slack managed by marbot.

  1. Create a new directory
  2. Within the new directory, create a file main.tf with the following content:
provider "aws" {}

module "marbot-monitoring-basic" {
  source  = "marbot-io/marbot-monitoring-basic/aws"
  #version = "x.y.z"    # we recommend to pin the version

  endpoint_id      = "" # to get this value, select a Slack channel where marbot belongs to and send a message like this: "@marbot show me my endpoint id"
  budget_threshold = 10 # in USD (optional)
}
  1. Run the following commands:
terraform init
terraform apply

Update procedure

  1. Update the modules's version to the latest version
  2. Run the following commands:
terraform get
terraform apply

License

All modules are published under Apache License Version 2.0.

About

A marbot.io project. Engineered by widdix.

monitoring-jump-start-tf's People

Contributors

andreaswittig avatar michaelwittig avatar sandrom avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

gannino

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.