1

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

Smaillns
  • 2,540
  • 1
  • 28
  • 40

1 Answers1

0

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).

Robert Kossendey
  • 6,733
  • 2
  • 12
  • 42