Skip to content

Latest commit

 

History

History
44 lines (23 loc) · 1.36 KB

File metadata and controls

44 lines (23 loc) · 1.36 KB

graphite_aws

Description

An opinated set of recipes for installing Graphite & StatsD on an EC2 instance via AWS OpsWorks

Instructions

Create a new OpsWorks Stack with default options

add_stack

Set a custom cookbook

Point the repository url to https://github.com/coffeeworks/graphite_aws.git

set_cookbook

Set the statsd & graphite recipes on Deploy

set_deploy

Add a custom Layer

add_layer

Add an EBS volume

add_volume

Add an Instance

add_instance

(It can be as small as a t1.micro)

Start the instance

Graphite Web will be available on port 80.

StatsD will listen for UDP packages on port 8125.