Gohome

Home automation for the geek home. Built in Go.

This is my home automation project.

Find it on github or godoc.

cli53

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

Command line tool to visualize your EC2 infrastructure [Read More]

iboto

Amazon EC2 shell for managing multiple accounts and regions easily [Read More]

s3grep

Parallelized grep for Amazon S3 [Read More]

Introducing elasticsearch*

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

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]
dns  route53  cli53  aws 

projects

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