Categories: None [Edit]
cloudutil
# 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
Total
Ranking: 88,126 of 188,678
Downloads: 9,806
Daily
Ranking: 85,420 of 188,661
Downloads: 2
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 37,635 | 32,669 | image_builder |
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 1 | 3,097,550,710 | bundler |
| 10 | 1,194,746,008 | rake |
| 29 | 937,947,982 | rspec |
| 57 | 631,970,982 | rubocop |
| 848 | 59,535,174 | aws-sdk-v1 |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | mmmorris1975 |