diff --git a/en/aws/ec2/open-ssh.md b/en/aws/ec2/open-ssh.md
index c0df4d515..2ef5e87b3 100644
--- a/en/aws/ec2/open-ssh.md
+++ b/en/aws/ec2/open-ssh.md
@@ -15,16 +15,16 @@
| **Recommended Action** | Restrict TCP port 22 to known IP addresses |
## Detailed Remediation Steps
-1. Log into the AWS Management Console.
+1. Log in to the AWS Management Console.
2. Select the "Services" option and search for EC2.
3. Scroll down the left navigation panel and choose "Security Group" under "Network & Security".
4. Select the "EC2 Security Group" that needs to be verified.
-5. Scroll down the bottom panel and choose "Inbound". Verify the value for "Source" column for "SSH" under "Type" for port 22 and if any rule have value set to "0.0.0.0/0" or "::/0 " then the selected "Security Group" has "TCP" port for "SSH" open to the public.
+5. Scroll down the bottom panel and choose "Inbound rules". Verify the value for "Source" column for "SSH" under "Type" for port 22 and if any rule have value set to "0.0.0.0/0" or "::/0 " then the selected "Security Group" has "TCP" port for "SSH" open to the public.
6. Repeat steps number 2 - 5 to verify other "Security Groups" in the selected AWS region.
-7. Navigate to "Security Groups" under "Network & Security" and select the "Security Group" that needs to modify to restrict the access of "TCP" port 22 for "SSH" to specific ip address.
-8. Scroll down the page and select the "Inbound" and click on the "Edit" button.
+7. Navigate to "Security Groups" under "Network & Security" and select the "Security Group" that needs to be modified to restrict the access of "TCP" port 22 for "SSH" to specific IP address.
+8. Scroll down the page and select the "Inbound rules" and click on the "Edit Inbound rules" button to the right.
9. In the "Edit inbound rules" tab select either the "MyIP" or "Custom" from the "Source" column.
-10. In the "Edit inbound rules" tab select the "MyIP" from the "Source" column to allow "SSH" inbound traffic only from specific IP address.
+10. In the "Edit inbound rules" tab select the "MyIP" from the "Source" column to allow "SSH" inbound traffic only from your IP address.
11. In the "Edit inbound rules" tab select the "Custom" from the "Source" column as per the requirements for "SSH" and specify static IP/Elastic IP address along with "Description" for the "Security Group" rule.
-12. Click on the "Save" button to make the necessary changes.
+12. Click on the "Save rules" button to make the necessary changes.
13. Repeat steps number 7 - 12 to restrict TCP port 22 for "SSH" to known IP address.
diff --git a/resources/aws/ec2/open-ssh/step10.png b/resources/aws/ec2/open-ssh/step10.png
index 17171be30..a4e256f4a 100644
Binary files a/resources/aws/ec2/open-ssh/step10.png and b/resources/aws/ec2/open-ssh/step10.png differ
diff --git a/resources/aws/ec2/open-ssh/step11.png b/resources/aws/ec2/open-ssh/step11.png
index 97fed9fec..5ff1aad11 100644
Binary files a/resources/aws/ec2/open-ssh/step11.png and b/resources/aws/ec2/open-ssh/step11.png differ
diff --git a/resources/aws/ec2/open-ssh/step12.png b/resources/aws/ec2/open-ssh/step12.png
index 366c96232..1ffae9737 100644
Binary files a/resources/aws/ec2/open-ssh/step12.png and b/resources/aws/ec2/open-ssh/step12.png differ
diff --git a/resources/aws/ec2/open-ssh/step2.png b/resources/aws/ec2/open-ssh/step2.png
index 2343198f3..a741a67a8 100644
Binary files a/resources/aws/ec2/open-ssh/step2.png and b/resources/aws/ec2/open-ssh/step2.png differ
diff --git a/resources/aws/ec2/open-ssh/step3.png b/resources/aws/ec2/open-ssh/step3.png
index 93f831769..654ba1e09 100644
Binary files a/resources/aws/ec2/open-ssh/step3.png and b/resources/aws/ec2/open-ssh/step3.png differ
diff --git a/resources/aws/ec2/open-ssh/step4.png b/resources/aws/ec2/open-ssh/step4.png
index ff783e3eb..167d57f5d 100644
Binary files a/resources/aws/ec2/open-ssh/step4.png and b/resources/aws/ec2/open-ssh/step4.png differ
diff --git a/resources/aws/ec2/open-ssh/step5.png b/resources/aws/ec2/open-ssh/step5.png
index 2135cadff..f72bbc958 100644
Binary files a/resources/aws/ec2/open-ssh/step5.png and b/resources/aws/ec2/open-ssh/step5.png differ
diff --git a/resources/aws/ec2/open-ssh/step7.png b/resources/aws/ec2/open-ssh/step7.png
index 6d6569036..712c3cc20 100644
Binary files a/resources/aws/ec2/open-ssh/step7.png and b/resources/aws/ec2/open-ssh/step7.png differ
diff --git a/resources/aws/ec2/open-ssh/step8.png b/resources/aws/ec2/open-ssh/step8.png
index 324112f93..2af579d92 100644
Binary files a/resources/aws/ec2/open-ssh/step8.png and b/resources/aws/ec2/open-ssh/step8.png differ
diff --git a/resources/aws/ec2/open-ssh/step9.png b/resources/aws/ec2/open-ssh/step9.png
index b7b3d0c6e..ddae921aa 100644
Binary files a/resources/aws/ec2/open-ssh/step9.png and b/resources/aws/ec2/open-ssh/step9.png differ