Bulk Data Storage
  • 11 Oct 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Bulk Data Storage

  • Dark
    Light
  • PDF

Article summary

Bulk Data Storage Usage is based upon the amount of data stored and the number of requests to put and get that data. Recall that objects stored in Bulk Data Storage are retained for 7 days.

CategoryObject Storage Usage
Put requests0.00005 per object
Get requests0.00004 per object
Object storage0.05367 per GB

Note: There may be additional Usage if you transmit the objects out of the EchoStream Cloud. This Usage is per GB and is conditional upon where you Tenant is located and where you are transmitting the object to. This Usage is not reflected in the example below.

Example

Let's assume that you have a Tenant that processes 20,000 100MB files per month. Since 100MB is too large to send directly across an Edge, you place those files into Bulk Data Storage as soon as you aquire them and send a GET URL in the message through your integration network.

During the processing of each message you retrieve the file (using the GET URL) 3 times for detailed processing.

This will result in:

  • 20,000 (Put requests) * 0.00005 (Object Storage Usage/request) = 1 Object Storage Usage
  • 20,000 (files) * 3 (retrievals) * 0.00004 (Object Storage Usage/request) = 2.4 Object Storage Usage
  • 20,000 (files) * 100 (MB per file) / 1000 (MB/GB) * 0.05367 (Object Storage Usage/GB) = 107.34 Object Storage Usage

110.74 (Object Storage Usage) * $0.50 (Cost per Usage) = $55.37/month or $0.0027685/file


What's Next