Reputation: 331
How does AWS charges for reading data from S3 via spark. Is it comes under GET request or data retrieval ?
Can someone please explain with example.
Upvotes: 2
Views: 405
Reputation: 3387
Following is documented in S3 FAQ's:
Data Retrieval:
Amazon S3 data retrieval pricing applies for the S3 Standard-Infrequent Access (S3 Standard-IA) and S3 One Zone-IA storage classes and is summarized on the Amazon S3 Pricing page.
Hence for standard data objects, reading data from S3 via Spark falls under the category of GET requests.
S3 pricing reference.
Upvotes: 2