Data transfer costs
The Seven Bridges Platform relies on cloud infrastructure providers, such as AWS, for its data storage and computation capacities. When creating a project, you can select the project'sĀ location in terms of the cloud provider and region where all project resources are stored and execution is done. Data that is stored in projects on the Platform may be located in the same cloud provider's region, but can also be in different regions or even on different cloud providers, depending on the selected location for each of your projects. If your data needs to be transferred outside of the region where it is stored in order to be used in an analysis or downloaded to your local machine, this causes data transfer costs that are charged by the cloud infrastructure provider.
Data transfer costs can occur in the following situations:
These costs are charged by AWS as the underlying cloud provider and are passed through by Seven Bridges. See theĀ AWS data transfer price listāmake sure to select theĀ Data TransferĀ tab and the exact region in theĀ RegionĀ drop-down list.
File transfer costsĀ
File transfer costs are most commonly related to the use of files in executions on the Platform. When using files as inputs to a task or a Data Studio analysis and the files are stored in a region that is different from your project's location, there will be additional data transfer costs as the files are transferred from their original location (region) to the project's location where execution takes place. This can happen in the situations described below.
Using files copied between projects that are in different locationsĀ
When you copy a file between projects that are in different locations, the file will not be physically copied to the target project's location. Instead, it will be used from the location where it was originally uploaded to, as shown in theĀ diagram below:

When you set such a file as an input in your task, a warning will be displayed below the input saying that the location of the file is different from the location of the project. This will cause additional costs as the file will need to leave the region or cloud provider where it is stored, to be brought to the computation instance where it will be processed.

When a task containing such files is completed, the cost of data transfer is included in the total costs of task execution and will be charged together with theĀ task price. Data transfer cost will be shown as a separate item in the task price tooltip on the task page.

Seven Bridges provides full transparency of data transfer costs charged by cloud infrastructure providers. For a complete list of data transfer prices, please refer toĀ Amazon S3 Data Transfer Pricing.
Using files from mounted AWS S3 or GCS bucketsĀ
Data transfer costs can be caused due to using files fromĀ mounted cloud storage buckets, if the bucket is in a location that is different from the location of the project in which you want to use the files. When executing an analysis within the project, the files will need to be transferred to the project's location as this is where the computation will take place.
Note that these costs are charged directly to your account with the cloud storage provider, not through the Seven Bridges Platform. Also, when using such files as inputs for a task, the Platform will not display a warning about the location of the input file being different from the project location.
To optimize your task execution costs, when creating a project and planning the analyses that will be executed within that project, please keep in mind where your input files are stored and choose a project location that matches the location of your files, if possible. Also, please keep in mind that the location of a project cannot be changed once the project has been created.
File download costsĀ
When downloading files to your local machine, viewing them on the Platform or exporting them to a volume that is in a different location from your project's location, this causes data download costs. Calculated costs are displayed underĀ DownloadedĀ in Current Usage and Spending DetailsĀ sections on the Payments page and other billing documents (invoices) and summaries provided to you by Seven Bridges.Ā Note that calculation and update of file transfer costs does not take place in real time, but in a fixed time interval several times throughout the day.
Downloading files that are stored in your projectĀ
Downloading files from the Platform generates file transfer costs. For example, if you download a total of 900 GB of filesĀ through the Platform's visual interface or the API in a month, the total monthly download cost will beĀ 900 x $0.09 per GB = $81.00. The presented calculation isĀ for information purposes only and is based on the current AWS pricing at the time of writing this document. For current AWS prices and price calculation, see theĀ official AWS data transfer price list.
Viewing files on the PlatformĀ
File download costs will also include amounts that are charged for data transfer whenĀ previewing filesĀ or using theĀ raw view,Ā as the file content is downloaded to your local machine (web browser)Ā in order to be displayed.
- PreviewĀ is available when viewing file details in your project or Data Studio analysis,Ā for the following file formatsĀ
IPYNB
,ĀHTML
,ĀPDF
,ĀJPG
,ĀJPEG
,ĀSVG
,ĀPNG
,ĀGIF
,ĀMD
.Ā These previews are generated for files that are up to 10 MB in size, while preview is not available for larger files and is therefore not charged. - Raw viewĀ displays the raw file content directly in the browser, without any rendering based on the file format. When scrolling through a file in raw view, its content is loaded in 100 KB chunks, except forĀ
txt
Ā files that are loaded in chunks of 10 MB. Unlike file preview, raw view doesn't have any limitations in terms of size of the viewed file. However, using raw view for binary file formats does not provide any useful information, so it should be avoided to prevent unnecessary data transfer costs.
Using SBFSĀ
When Platform files are used through SBFS, this will also generate file transfer costs. SBFS makes Platform files available locally by downloading them to the local machine (or server instance) so they can be usedĀ for further analysis. Costs generated through SBFS will also be included in theĀ Downloaded section in billing documents (invoices).
Exporting files to a volume that is in a different locationĀ
The Platform allows youĀ export a file from a project to an attached volumeĀ using the API. If the volume is in a location (region) that is different from the location of your project, this also generates data transfer costs that are charged to your billing group and shown within theĀ Downloaded item in billing documents (invoices).
ExceptionsĀ
Downloading files from public datasetsĀ
When downloading files from public datasets, there are noĀ data transfer costs as datasets are made available free of charge, at no additional cost.
Updated about 3 years ago