Google Cloud Platform API Infrastructure Automation Reviews
4920 reviews
Christopher K. · Reviewed about 8 years ago
Martin J. · Reviewed about 8 years ago
Mark E. · Reviewed about 8 years ago
Sara E. · Reviewed about 8 years ago
Bryan L. · Reviewed about 8 years ago
Juan Raul B. · Reviewed about 8 years ago
Matt B. · Reviewed about 8 years ago
Mauricio D. · Reviewed about 8 years ago
Good, but could have ended with launching an instance that runs a startup-script-url which detects the zone, creates the hadoop cluster and automatically terminates the instance. something like: #!/bin/sh cd /home/[YOUR_USERNAME]/bdutil BUCKET_NAME=[YOUR_BUCKET_NAME] UNIQUE_ID=[YOUR_UNIQUE_ID] VMNAME=$(curl -s "http://metadata.google.internal/computeMetadata/v1/instance/name" -H "Metadata-Flavor: Google") VMZONE=$(curl -s "http://metadata.google.internal/computeMetadata/v1/instance/zone" -H "Metadata-Flavor: Google") VMZONE=${VMZONE##*/} # creates hadoop cluster - I didnt manage to make it work :( ./bdutil -b $BUCKET_NAME -z $VMZONE -n 2 -P $UNIQUE_ID deploy -f # deletes the instance, which worked! gcloud compute instances delete $VMNAME --zone $VMZONE -q
Fabricio S. · Reviewed about 8 years ago
Rachel A. · Reviewed about 8 years ago
Gerard C. · Reviewed about 8 years ago
Jason (Jay) S. · Reviewed about 8 years ago
Sameer A. · Reviewed about 8 years ago
Georgi S. · Reviewed about 8 years ago
Jeroen D. · Reviewed about 8 years ago
Krzysztof A. · Reviewed about 8 years ago
Michael F. · Reviewed about 8 years ago
sunil p. · Reviewed about 8 years ago
Naveen B. · Reviewed about 8 years ago
Very good.
Malayarasan C. · Reviewed about 8 years ago
****
Tyrone S. · Reviewed about 8 years ago
Davy C. · Reviewed about 8 years ago
Ankur M. · Reviewed about 8 years ago
Ryan C. · Reviewed about 8 years ago
Yuji S. · Reviewed about 8 years ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.