I was looking into the documentation of s3distcp (https://docs.aws.amazon.com/emr/latest/ReleaseGuide/UsingEMR_s3distcp.html) but I was not able to find any explicit site where mention about costs of each action. This is a sample scenario:
- I have a bucket with 10,000 objects.
- An EMR cluster with 3 instances will be used to execute s3distcp.
- s3distcp has --deleteOnSuccess option enabled.
- Source and destination bucket, along with the EMR, are on the same account and region.
Questions is:
- Apart of the EMR usage (based on instance type, elapsed time, etc), is there an additional cost for s3 actions (ie. if I moved all 10K objects, does it mean 10K COPY requests)? Or billing will be associated only with the EMR costs?