I want to use AWS Glue job that streams data from kafka source (it runs continuously). How much does it cost ? (let's suppose that we're using the minimum possible DPUs)
Any idea please
I want to use AWS Glue job that streams data from kafka source (it runs continuously). How much does it cost ? (let's suppose that we're using the minimum possible DPUs)
Any idea please
The minimum possible DPUs are 2. AWS charges $0.44 per DPU hour. Therefore, running a streaming job would cost you 21.12 per day (60 * 24 * 0.44).