Quiz Question 1
Your project’s current In-use IP address usage is 500/575. You run the following command:
python3 -m apache_beam.examples.wordcount \
--input gs://dataflow-samples/shakespeare/kinglear.txt \
--output gs://$BUCKET/results/outputs --runner DataflowRunner \
--project $PROJECT --temp_location gs://$BUCKET/tmp/ --region $REGION \
--subnetwork regions/$REGION/subnetworks/$SUBNETWORK \
--num_workers 20 --machine_type n1-standard-4 --no_use_public_ips
What will be the in-use IP address usage after the job starts?
This exercise is part of the course
Serverless Data Processing with Dataflow: Foundations
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
Start Exercise