AWS Glue - Development endpoint price for idle time

╄→гoц情女王★ 提交于 2019-12-11 16:56:20

问题


Is there any pricing charges for an AWS Glue - Developer Endpoint's idle time? Say, I have a developer endpoint configured, and a job is run every day for 30 minutes. Will the pricing be only for the 30 minutes duration every day or including the idle time for AWS Glue - Developer endpoint.

Thanks

Yuva


回答1:


https://aws.amazon.com/glue/pricing/

Development endpoints are optional, and billing applies only if you choose to interactively develop your ETL code. Development endpoints are charged based on the Data Processing Unit hours used for the time your development endpoints are provisioned.

So the answer is yes, you pay for the idle time.

Development endpoint example: Now let’s consider that you provision a development endpoint to connect your notebook to interactively develop your ETL code. A development endpoint is provisioned with 5 DPUs. If you keep the development endpoint running for 24 minutes or 2/5th of an hour, you will be billed for 5 DPUs * 2/5 hour at $0.44 per DPU-Hour or $0.88.



来源:https://stackoverflow.com/questions/48224931/aws-glue-development-endpoint-price-for-idle-time

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!