Liking cljdoc? Tell your friends :D

cljaws.ec2


count-snapsclj

(count-snaps env)

Returns the number of snapshots in environment.

Returns the number of snapshots in environment.
sourceraw docstring

get-all-instancesclj

(get-all-instances)
(get-all-instances environment)
(get-all-instances environment region)

Returns a list of all instances in a given region and environment.

Returns a list of all instances in a given region and environment.
sourceraw docstring

get-all-snapshotsclj

(get-all-snapshots)
(get-all-snapshots env)

Returns a list of an account's active snapshots

Returns a list of an account's active snapshots
sourceraw docstring

get-by-roleclj

(get-by-role role)
(get-by-role role environment)
(get-by-role role environment region)

Returns search results of ec2 instances by role tag.

Returns search results of ec2 instances by role tag.
sourceraw docstring

get-dataclj

(get-data data-key search-results)
source

get-ipclj

(get-ip search-results)

Returns a list of private ip addresses from search results.

Returns a list of private ip addresses from search results.
sourceraw docstring

get-rolesclj

(get-roles search-results)
source

search-ec2clj

(search-ec2 filters)
(search-ec2 filters environment)
(search-ec2 filters environment region)

Returns a list of ec2 instances given a list of filters.

Returns a list of ec2 instances given a list of filters.
sourceraw docstring

search-eniclj

(search-eni filters)
(search-eni filters environment)
(search-eni filters environment region)

Returns for enis with given a list of filters.

Returns for enis with given a list of filters.
sourceraw docstring

search-snapshotsclj

(search-snapshots filters)
(search-snapshots filters environment)
(search-snapshots filters environment region)

Returns a list of ebs snapshots given a list of filters.

Returns a list of ebs snapshots given a list of filters.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close