RubyGems Navigation menu

cloudutil 0.2.0

# Cloudutil A utility library for performing helpful tasks with various cloud platform providers ## Installation Add this line to your application's Gemfile: gem 'cloudutil' And then execute: $ bundle install Or install it yourself as: $ gem install cloudutil ## Usage For AWS helpers: require 'cloudutil/aws' aws = Cloudutil::AWS(config: existing_AWS::Config_object) -or- aws = Cloudutil::AWS(access_key: your_AWS_access_key, secret_key: your_AWS_secret_key) subnet_id = aws.resolve_subnet_id('my_subnet_name_or_tag') sec_grp_id = aws.resolve_subnet_id('my_security_group_name_or_tag') ami_id = aws.resolve_subnet_id('my_ami_name_or_tag') ## Contributing 1. Fork it ( https://github.com/mmmorris1975/cloudutil/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 0.2.0 - July 06, 2015 (12.0 KB)
  2. 0.1.0 - January 15, 2015 (11.5 KB)
  3. 0.0.1 - November 19, 2014 (11.0 KB)

Runtime 相依性套件 (1):

aws-sdk-v1 ~> 1.44

Development 相依性套件 (4):

bundler ~> 1.6
rake >= 0
rspec >= 0
rubocop >= 0

擁有者:

作者:

  • Mike Morris

SHA 256 checksum:

bba95c176031709c7d85d635fc258a5c1e6f5b628545e4c2c5443c224f62935d

總下載次數 8,819

這個版本 3,473

License:

MIT

Ruby 版本需求: >= 0

相關連結: