https://github.com/jzonthemtn/graphite-ami
Packer script to create a Graphite AMI
https://github.com/jzonthemtn/graphite-ami
ami graphite packer
Last synced: 3 months ago
JSON representation
Packer script to create a Graphite AMI
- Host: GitHub
- URL: https://github.com/jzonthemtn/graphite-ami
- Owner: jzonthemtn
- Created: 2017-02-02T22:43:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-03T12:46:31.000Z (over 9 years ago)
- Last Synced: 2025-10-13T14:33:44.505Z (9 months ago)
- Topics: ami, graphite, packer
- Language: Python
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Packer AMI Script for Graphite
This repository contains a Packer script and supporting Graphite configuration files for creating a Graphite AMI. The script creates an Ubuntu instance and installs postgresql, Graphite, and Apache. When an instance is launched from the created AMI you can access Graphite at http://Instance-Public-IP:80.
To make the AMI, make any desired changes to the configuration files, have `packer` on your path, and execute `./packer-build-ami.sh [vpc-id] [subnet-id]` where `vpc-id` and `subnet-id` are the VPC and subnet, respectively, to use to create the AMI.
This script was derived from https://www.digitalocean.com/community/tutorials/how-to-install-and-use-graphite-on-an-ubuntu-14-04-server.