Module: Kiel::Cloud::AWSBase
Constant Summary collapse
- INSTANCE_STARTUP_TIMEOUT =
120
Instance Method Summary collapse
-
#exists?(tags) ⇒ Boolean
returns true, if an image with the given tags exists.
Instance Method Details
#exists?(tags) ⇒ Boolean
returns true, if an image with the given tags exists
16 17 18 19 20 |
# File 'lib/kiel/cloud/aws_base.rb', line 16 def exists? raise ArgumentError, "AWS.exists? with empty tags" if .empty? end |