diff --git a/cell-tower-anomaly-detection/instructions/02-persistent-history-server.md b/cell-tower-anomaly-detection/instructions/02-persistent-history-server.md
index aabc6e9..c3069d9 100644
--- a/cell-tower-anomaly-detection/instructions/02-persistent-history-server.md
+++ b/cell-tower-anomaly-detection/instructions/02-persistent-history-server.md
@@ -48,7 +48,7 @@ SUBNET= #subnet of the network
A bucket is created which will be attached to history server for storing of application logs.
```
-gsutil mb -p $PROJECT_ID -c STANDARD -l $REGION -b on gs://$BUCKET_PHS
+gcloud storage buckets create gs://$BUCKET_PHS --project=$PROJECT_ID --default-storage-class=STANDARD --location=$REGION --uniform-bucket-level-access
```
diff --git a/cell-tower-anomaly-detection/instructions/03-files-upload.md b/cell-tower-anomaly-detection/instructions/03-files-upload.md
index 3f378df..3df8b92 100644
--- a/cell-tower-anomaly-detection/instructions/03-files-upload.md
+++ b/cell-tower-anomaly-detection/instructions/03-files-upload.md
@@ -46,7 +46,7 @@ Run the following gcloud command in Cloud Shell to create the bucket to store da
```
-gsutil mb -p $PROJECT_ID -c STANDARD -l $REGION -b on gs://$BUCKET_CODE
+gcloud storage buckets create gs://$BUCKET_CODE --project=$PROJECT_ID --default-storage-class=STANDARD --location=$REGION --uniform-bucket-level-access
```
diff --git a/covid-economic-impact-vertex-ai/instructions/03-files-upload.md b/covid-economic-impact-vertex-ai/instructions/03-files-upload.md
index da89e49..6e16e8a 100644
--- a/covid-economic-impact-vertex-ai/instructions/03-files-upload.md
+++ b/covid-economic-impact-vertex-ai/instructions/03-files-upload.md
@@ -46,7 +46,7 @@ Run the following gcloud command in Cloud Shell to create the bucket to store da
```
-gsutil mb -p $PROJECT_ID -c STANDARD -l $REGION -b on gs://$BUCKET_CODE
+gcloud storage buckets create gs://$BUCKET_CODE --project $PROJECT_ID --default-storage-class STANDARD --location $REGION --uniform-bucket-level-access
```
diff --git a/customer-churn-prediction-vertex-ai/instructions/02-persistent-history-server.md b/customer-churn-prediction-vertex-ai/instructions/02-persistent-history-server.md
index 47c7da5..c739c6a 100644
--- a/customer-churn-prediction-vertex-ai/instructions/02-persistent-history-server.md
+++ b/customer-churn-prediction-vertex-ai/instructions/02-persistent-history-server.md
@@ -48,7 +48,7 @@ BUCKET_PHS= #Bucket name for Persistent History Server
A bucket is created which will be attached to history server for storing of application logs.
```
-gsutil mb -p $PROJECT_ID -c STANDARD -l $REGION -b on gs://$BUCKET_PHS
+gcloud storage buckets create gs://$BUCKET_PHS --project $PROJECT_ID --default-storage-class STANDARD --location $REGION --uniform-bucket-level-access
```
diff --git a/customer-churn-prediction-vertex-ai/instructions/03-files-upload.md b/customer-churn-prediction-vertex-ai/instructions/03-files-upload.md
index 2831700..df3c698 100644
--- a/customer-churn-prediction-vertex-ai/instructions/03-files-upload.md
+++ b/customer-churn-prediction-vertex-ai/instructions/03-files-upload.md
@@ -46,7 +46,7 @@ Run the following gcloud command in Cloud Shell to create the bucket to store da
```
-gsutil mb -p $PROJECT_ID -c STANDARD -l $REGION -b on gs://$BUCKET_CODE
+gcloud storage buckets create gs://$BUCKET_CODE --project=$PROJECT_ID --default-storage-class=STANDARD --location=$REGION --uniform-bucket-level-access
```
diff --git a/malware_detection/instructions/02-persistent-history-server.md b/malware_detection/instructions/02-persistent-history-server.md
index 9fdd167..16685c2 100644
--- a/malware_detection/instructions/02-persistent-history-server.md
+++ b/malware_detection/instructions/02-persistent-history-server.md
@@ -49,7 +49,7 @@ SUBNET=#subnet
A bucket is created which will be attached to history server for storing of application logs.
```
-gsutil mb -p $PROJECT_ID -c STANDARD -l $REGION -b on gs://$BUCKET_PHS
+gcloud storage buckets create gs://$BUCKET_PHS --project=$PROJECT_ID --default-storage-class=STANDARD --location=$REGION --uniform-bucket-level-access
```
diff --git a/retail_store_analytics_metastore_sparksql/instructions/02-persistent-history-server.md b/retail_store_analytics_metastore_sparksql/instructions/02-persistent-history-server.md
index 924dc35..bfec8c7 100644
--- a/retail_store_analytics_metastore_sparksql/instructions/02-persistent-history-server.md
+++ b/retail_store_analytics_metastore_sparksql/instructions/02-persistent-history-server.md
@@ -49,7 +49,7 @@ SUBNET= #Subnet
A bucket is created which will be attached to history server for storing of application logs.
```
-gsutil mb -p $PROJECT_ID -c STANDARD -l $REGION -b on gs://$BUCKET_PHS
+gcloud storage buckets create gs://$BUCKET_PHS --project=$PROJECT_ID --default-storage-class=STANDARD --location=$REGION --uniform-bucket-level-access
```
diff --git a/serverless_spark_streaming/instructions/02-persistent-history-server.md b/serverless_spark_streaming/instructions/02-persistent-history-server.md
index b71dd35..e1dbbb1 100644
--- a/serverless_spark_streaming/instructions/02-persistent-history-server.md
+++ b/serverless_spark_streaming/instructions/02-persistent-history-server.md
@@ -48,7 +48,7 @@ PHS_NAME = # Name for Persistent History Server
A bucket is created which will be attached to history server for storing of application logs.
```
-gsutil mb -p $PROJECT_ID -c STANDARD -l $REGION -b on gs://$BUCKET_PHS
+gcloud storage buckets create gs://$BUCKET_PHS --project=$PROJECT_ID --default-storage-class=STANDARD --location=$REGION --uniform-bucket-level-access
```
diff --git a/social_network_graph/instructions/03-files-upload.md b/social_network_graph/instructions/03-files-upload.md
index a830a2f..17a6922 100644
--- a/social_network_graph/instructions/03-files-upload.md
+++ b/social_network_graph/instructions/03-files-upload.md
@@ -46,7 +46,7 @@ Run the following gcloud command in Cloud Shell to create the bucket to store da
```
-gsutil mb -p $PROJECT_ID -c STANDARD -l $REGION -b on gs://$BUCKET_CODE
+gcloud storage buckets create gs://$BUCKET_CODE --project=$PROJECT_ID --default-storage-class=STANDARD --location=$REGION --uniform-bucket-level-access
```
diff --git a/social_network_graph_r/instructions/03-files-upload.md b/social_network_graph_r/instructions/03-files-upload.md
index a830a2f..85004b4 100644
--- a/social_network_graph_r/instructions/03-files-upload.md
+++ b/social_network_graph_r/instructions/03-files-upload.md
@@ -46,7 +46,7 @@ Run the following gcloud command in Cloud Shell to create the bucket to store da
```
-gsutil mb -p $PROJECT_ID -c STANDARD -l $REGION -b on gs://$BUCKET_CODE
+gcloud storage buckets create gs://$BUCKET_CODE --project $PROJECT_ID --default-storage-class STANDARD --location $REGION --uniform-bucket-level-access
```