Gohome
Posted on July 25, 2015
| Barnaby Gray
Home automation for the geek home. Built in Go.
This is my home automation project.
Find it on github or godoc.
Automatic EC2 architecture diagrams
Posted on November 28, 2013
| Barnaby Gray
A picture is worth a thousand words - how about if you could visualize your EC2 infrastructure automagically?
That’s what Cloudily
does:
It discovers connections between hosts using a variety of tools: arp
, netstat
and last
.
Find me on github or pypi.
cli53
Posted on April 6, 2013
| Barnaby Gray
Command line script to administer the Amazon Route 53 DNS service.
quick example:
$ cli53 create example.com
$ cli53 import example.com --file zonefile.txt
$ cli53 rrcreate example.com www A 192.168.0.1 --ttl 3600
install:
$ pip install cli53
Find me on github or pypi.
Cloudily
Posted on April 6, 2013
| Barnaby Gray
Command line tool to visualize your EC2 infrastructure
[Read More]
elasticsearch*
Posted on April 6, 2013
| Barnaby Gray
An elasticsearch starcluster plugin
[Read More]
iboto
Posted on April 6, 2013
| Barnaby Gray
Amazon EC2 shell for managing multiple accounts and regions easily
[Read More]
s3grep
Posted on April 6, 2013
| Barnaby Gray
Parallelized grep for Amazon S3
[Read More]
Introducing elasticsearch*
Posted on October 26, 2012
| Barnaby Gray
Just opensourced a starcluster plugin for provisioning elasticsearch clusters automatically in the cloud.
What is Starcluster? Starcluster is great for spinning up clusters of ec2 nodes quickly for some analytics / data chomping.
If you’re not familiar take a look at this very cool screencast:
Starcluster and Elasticsearch = best friends Elasticsearch is a great fit - it runs smoothly on ec2 and for ease of searching big data is second to none.
[Read More]
cli53
Posted on March 26, 2012
| Barnaby Gray
If you’ve used Amazon webservices much at all you’ll probably have come across their DNS service route53. This offers very competitively priced DNS hosting on the Amazon cloud.
To install:
$ pip install cli53 The first step everyone migrating commonly goes through is getting their existing zones into the system. Invariably these are in the industry-standard bind format, but route53 uses its own format.
cli53 assists in offering easy import of bind format zones:
[Read More]
projects
Posted on January 1, 2012
| Barnaby Gray
cli53 Command line script to administer the Amazon Route 53 DNS service
iboto Amazon EC2 shell for managing multiple accounts and regions easily
elasticsearch* An elasticsearch starcluster plugin
s3grep Parallelized grep for Amazon S3
cloudily Automatically visualize your EC2 infrastructure