Thanks to visit codestin.com
Credit goes to github.com

Skip to content

lethalpaga/cloudat-aws

Repository files navigation

Cloudat::Aws

Build Status

AWS provider for cloudat

Installation

Add this line to your application's Gemfile:

gem 'cloudat-aws'

And then execute:

$ bundle

Or install it yourself as:

$ gem install cloudat-aws

Usage

Adds the following functionalities to cloudat:

Cloudformation stacks

Actions

  • destroy: deletes a stack

Resources

  • Locate a stack from its arn
destroy cfn_stack '<stack arn>'
  • Locate stacks by their stack name or id using RegExps
destroy cfn_stacks stack_name: /stack_nam.*/
destroy cfn_stacks stack_id: %r{^arn:aws:cloudformation:.*:.*:stack/test-stack}

EC2 instances

Actions

AutoScaling groups

Actions

Contributing

  1. Fork it ( https://github.com/[my-github-username]/cloudat-aws/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

About

AWS provider for cloudat

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages