Method: Amazon#revoke
- Defined in:
- lib/cluster/infrastructures/amazon.rb
#revoke(ips) ⇒ Object
562 563 564 565 566 |
# File 'lib/cluster/infrastructures/amazon.rb', line 562 def revoke(ips) ips.map {|ip| ecc.revoke_security_group_IP_ingress('access', 22, 22, 'tcp', ip) and ip } end |