When I run an AWS EMR cluster and it reads from and writes to an AWS S3 bucket (or multiple buckets), what are the costs for that data transfer?
Is that data transfer?
- Free, because it's internally, in the AWS cloud?
- The normal S3 costs, with regards to the number of requests?[*]
- Discount costs or somesuch??
[*] Please do not talk about the space costs for S3, those are basically independent of my EMR cluster usage, since the cluster is never writing "intermediate" data to S3, only reading input and writing results.