Liking cljdoc? Tell your friends :D

s4.$$$$

AWS cost estimator.

AWS cost estimator.
raw docstring

cost-trackerclj

(cost-tracker konserve)
(cost-tracker konserve cost-config)

Create a cost tracker and estimator.

The konserve argument should be your konserve store.

The cost-config argument models costs for operations, data transfer, and storage.

Create a cost tracker and estimator.

The `konserve` argument should be your konserve store.

The `cost-config` argument models costs for operations,
data transfer, and storage.
sourceraw docstring

ICostTrackercljprotocol

-get-storage-usedclj

(-get-storage-used _)

Get the amount of data stored.

Get the amount of data stored.

-track-data-in!clj

(-track-data-in! _ bytes)

Track bytes data transfer in.

Track bytes data transfer in.

-track-data-out!clj

(-track-data-out! _ bytes)

Track bytes data transfer out.

Track bytes data transfer out.

-track-get-request!clj

(-track-get-request! _)

Track a GET or all other requests.

Track a GET or all other requests.

-track-put-request!clj

(-track-put-request! _)

Track a PUT, COPY, POST or LIST request

Track a PUT, COPY, POST or LIST request

get-cost-estimateclj

(get-cost-estimate _ until-date)

Get a cost estimate. If until-date is not specified, gives you the instantaneous cost based only on request count and data transfer. With a until-date (a java.util.Date), compute the request and transfer pricing, plus the storage costs from now until that date.

Get a cost estimate. If until-date is not specified, gives you the
instantaneous cost based only on request count and data transfer.
With a until-date (a java.util.Date), compute the request and transfer
pricing, plus the storage costs from now until that date.
source

us-west-2-standardclj

Example configuration for us-west-2, with data transfer out to the Internet.

Example configuration for us-west-2, with data transfer
out to the Internet.
sourceraw docstring

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

× close