New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rodeo_clown

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rodeo_clown

  • 0.1.0
  • Rubygems
  • Socket score

Version published
Maintainers
2
Created
Source
              _
            _( )_
            (_ O _)
              (_)  
    _________/_    
    \      / /    
sK   )=====@=(   Tp!
____/_________\____
    | /^\ /^\ |    
   _| \0/_\0/ |_  
  (_  _ (_) _  _)  
    \( \___/ )/    
RAiSE\\\___/// 2o14!
  ,-._\\___//_,-.  
  |* *`-._,-' * |  
  | * * (_)* * *|  
  |* _,-' `-.*  |  
   `-'        `-'

rodeo_clown

Gem to assist cycling AWS EC2 instance and images.

Grab an instance of your ELB

elb = RodeoClown::ELB.by_name("my-elb")

Rotate instances by tag values

elb.rotate("myapp_v1" => "myapp_v2")

Rotate new instances into load balancer

elb.instances.rotate

Rotate new instances into load balancer, with a new image

elb.instances.rotate(image_id: "ami-1234567a")

Return array of ec2 instances by tags

RodeoClown::EC2.by_tags "app" => "foo", "ver" => "1.2"

Build instances from YAML (see examples/ranch_hands.yml)

  lets_dance /path/to/ranch_hands.yml www

More to come!

FAQs

Package last updated on 02 Jun 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc