diff --git a/en/google/storage/bucket-logging.md b/en/google/storage/bucket-logging.md
index cb0b3dfbf..f54aac6d4 100644
--- a/en/google/storage/bucket-logging.md
+++ b/en/google/storage/bucket-logging.md
@@ -15,5 +15,10 @@
| **Recommended Action** | Bucket Logging can only be enabled by using the Command Line Interface and the log bucket must already be created. Use this command to enable Logging: gsutil logging set on -b gs://[LOG_BUCKET_NAME] -o AccessLog gs://[BUCKET_NAME] |
## Detailed Remediation Steps
-
+1. Log into the Google Cloud Platform Console.
+2. Scroll down the left navigation panel and choose "Cloud Storage" to select the "Buckets" option.
+3. On the "Buckets" page, create the log bucket if you dont have one.
+4. Click on the 'cloud shell' icon on the top left of navigation bar ,as bucket logging can only be enabled by using the Command Line Interface.
+7. Repeat steps number 4-5 to enable logging to all other buckets in the project.
diff --git a/resources/google/storage/bucket-logging/step2.png b/resources/google/storage/bucket-logging/step2.png
index 813d774f9..d9415eee8 100644
Binary files a/resources/google/storage/bucket-logging/step2.png and b/resources/google/storage/bucket-logging/step2.png differ
diff --git a/resources/google/storage/bucket-logging/step3.png b/resources/google/storage/bucket-logging/step3.png
index c0601cd3e..331ef0ca6 100644
Binary files a/resources/google/storage/bucket-logging/step3.png and b/resources/google/storage/bucket-logging/step3.png differ
diff --git a/resources/google/storage/bucket-logging/step4.png b/resources/google/storage/bucket-logging/step4.png
new file mode 100644
index 000000000..813d774f9
Binary files /dev/null and b/resources/google/storage/bucket-logging/step4.png differ
diff --git a/resources/google/storage/bucket-logging/step5.png b/resources/google/storage/bucket-logging/step5.png
new file mode 100644
index 000000000..099f2a084
Binary files /dev/null and b/resources/google/storage/bucket-logging/step5.png differ