Upgrade to Pro — share decks privately, control downloads, hide ads and more …

AWSとDatadogと私

Aya Komuro
August 26, 2016

 AWSとDatadogと私

KIXS Vol.000 インフラLTの祭典
2016-08-26(金)19:00 - 21:00

https://kixs.doorkeeper.jp/events/49820

Aya Komuro

August 26, 2016
Tweet

More Decks by Aya Komuro

Other Decks in Technology

Transcript

  1. § Serverwork Co., Ltd § Solution Architect@Fukuoka Office § What

    I do everyday § Mating beetle and caring it’s larva § Writing small code by Python § Drawing Art § Pokemon GO@lv21
  2. § a SaaS-based monitoring and analytics platform for IT infrastructure,

    operations and development teams. § No operation needed for servers such as Nagios、Zabbix § Using tags to capture status of overall system multidimensionality. § Multiple services, channels, resources in one dashboard § Realtime graphs for resources. § Datadog only provided read only privilege for troubleshooting
  3. § No login to AWS to check resource’s information or

    status § No required to create/keep IAM user credential. § All information that I want to know is in Datadog. (most of the time)
  4. § Multiple AWS accounts § No required to switch regions.

    (AWS) § Installed agent on servers for on-premises, VPS, and other cloud services. Tag § AWS’ status § #availability-zone:ap-northeast-1a, #image:ami-xxxxxx #instance- type:r3.large, #kernel:none, #region:ap-northeast-, #security- group:sg-xxxxxx, #security-group:sg-xxxxxx2 § AWS Tag § #backuplevel:ca-covered, #category:internal, #managedby:sky365, #project:A, #name:groupware_001 § Datadog or user’s tag § #AWS_Production, #要注意, #担当者小室
  5. § Notify incidents from Datadog § Mention others for notification

    § Other communication tools such as Chatwork
  6. § Usual monitoring algorithms doesn’t fix to those situation. §

    Burst network traffice from local networks § Unusual requests (TV?)
  7. § Datadog dashboards management tool with Ruby DSL. § https://github.com/serverworks/dashdog

    § Barkdog is a tool to manage Datadog monitors. § https://github.com/winebarrel/barkdog § A simple Datadog integration to report on Rails application performance. § https://github.com/metova/datadoge § Datadog, Inc. § https://github.com/DataDog § Other Libraries § http://docs.datadoghq.com/ja/libraries/ § Python, Ruby, PHP, C#/Java, Node.js, Perl,GO extra..