Sha256: 5e7ef6b03df56784b501449973c0ae585d687c98b36885ce8eeb3c69a975806d
Contents?: true
Size: 1.27 KB
Versions: 1
Compression:
Stored size: 1.27 KB
Contents
= LITC A tiny ruby module for Amazon EC2 intance metadata. It is probably important to note this really doesn't do anything unless it is run on an Amazon EC2 instance where metadata is available over the link-local address http://169.254.169.254 == Install $ git clone git://github.com/bkaney/litc.git $ cd litc $ rake build $ rake install == Usage Gets all the metadata, change the "-" to an "_" for the method-missing magic: Litc.ami_id Litc.hostname Litc.user_data Or via the get method, pass the key as a symbol Litc.get(:hostname) == Commandline There's a command line tool too. $ litc [meta-data] $ litc ami-id $ litc hostname $ litc placement/availibity-zone == Resources * {Amazon EC2}[http://amazonaws.com] * {Instance Metadata}[http://is.gd/3XjbF] == Note on Patches/Pull Requests * Fork the project. * Make your feature addition or bug fix. * Add tests for it. This is important so I don't break it in a future version unintentionally. * Commit, do not mess with rakefile, version, or history. (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull) * Send me a pull request. Bonus points for topic branches. == Copyright Copyright (c) 2009 Brian Kaney. See LICENSE for details.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
litc-1.0.2 | README.rdoc |