Distinguish Redshift Spectrum from Redshift Costs

0

Can Redshift Spectrum costs be distinguished from Redshift costs at billing time?

A customer has been a user of Redshift for the past year, and are now moving to use Redshift Spectrum more. They are trying to determine how to analyze how much of their monthly Redshift costs are attributed to Spectrum.

Thank you for any insight you can provide.

AWS
已提問 6 年前檢視次數 2270 次
2 個答案
1
已接受的答案

Redshift billing is independent of any cost that may incur due to querying S3 data using Redshift spectrum. When customer queries S3 data using Redshift Spectrum it involves- 1) spinning up compute environment which are part of the Spectrum managed fleet and is complete transparent to customers. These fleet of servers are taken from hot pool of servers managed and maintained by the Redshift service. Customers do not pay for these servers as they are baked into Redshift pricing- both on demand as well as RI pricing. 2) Scanning and retrieving the requested data from s3.

The only cost that customers need to pay for quering S3 data via Redshift SPectrum is the s3 scanning cost. And the cost is $5 per TB data data scanned. AWS Billing has added the feature to drill down API operations by Service. Yes customers can retrieve the Spectrum cost from the Cost Explorer by filtering out Service = Redshift and group by API Operations and look for the line item "DataScannedInTB ($)". This will provide the cost incurred by Redshift Spectrum. On the contrary if customers filter by S3 and hoping to find the DataScannedInTB there to extrapolate Spectrum cost, it will be incorrect. Hope this helps.

You can check the https://aws.amazon.com/redshift/pricing/ page for pricing associated with Redshift Spectrum.

AWS
已回答 6 年前
0

Does it means we also have to on the top of that for s3 Additional costs due to s3 API operations like: ListBucket and GetObject? """You are charged for the Amazon Redshift cluster used to query data with Redshift Spectrum. Redshift Spectrum queries data directly in Amazon S3. You are charged standard S3 rates for storing objects in your S3 buckets, and for requests made against your S3 buckets. For details, refer to Amazon S3 rates."""

已回答 3 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南