EMR Serverless attached to Notebook pricing

0

hello i'am using EMR Notebook attached to EMR Serverless Application. i'm wondering how can i get the pricing information? there's nowhere i can find about the price how much i used. when i execute the code, it does not appear in the application job section.

2回答
2

Hello,

I hope this information helps, please check it out:

Reference:

From there:

"With this feature, you can get a detailed view of the vCPU-hours, memoryGB-hours, and storageGB-hours consumed by an EMR serverless job on completion. Using this data and the pricing in each Region, you can accurately calculate the cost per job run. You can view these values both in the EMR Studio UI and the GetJobRun API."

Summary:

So according to this, the GetJobRun API returns billedResourceUtilization and totalResourceUtilization. Please note this information would be available once the job is completed, not while running.

AWS
回答済み 3ヶ月前
0

Hello,

Thank you for writing on re:Post.

I see that you want to know how you can view the pricing information of the jobs being run in your application.

You can view the aggregated Billed resource utilization for each job within an EMR Serverless application, simplifying the cost calculation per job run. Please not that for now It only shows the calculation for a completed job run. [+] https://aws.amazon.com/about-aws/whats-new/2023/04/amazon-emr-serverless-job-billed-resources-cost-management/

You can also make use of GetJobRun API which will provide the usage details like below- "totalExecutionDurationSeconds": number, "totalResourceUtilization": { "memoryGBHour": number, "storageGBHour": number, "vCPUHour": number }

I hope I was able to address your query. Thanks and have a great day ahead!

Reference Links - [+] https://docs.aws.amazon.com/emr-serverless/latest/APIReference/API_GetJobRun.html [+] https://aws.amazon.com/emr/pricing/

AWS
サポートエンジニア
回答済み 3ヶ月前
AWS
サポートエンジニア
レビュー済み 1ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ