diff --git a/en/aws/ec2/overlapping-security-groups.md b/en/aws/ec2/overlapping-security-groups.md
index 40732e00f..ac1498434 100644
--- a/en/aws/ec2/overlapping-security-groups.md
+++ b/en/aws/ec2/overlapping-security-groups.md
@@ -15,17 +15,19 @@
| **Recommended Action** | Structure security groups to provide a single category of access and do not duplicate rules across groups used by the same instances. |
## 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 Groups" under "Network & Security".
-4. Select the "Security Group" that needs to be verified and scroll down and click on the "Description" tab and copy "Group ID".
-5. Navigate to the "EC2 dashboard" and on the "Filter by tags and attributes or search by keyword" box select for the "Security Group ID" from the dropdown menu and paste the "Group ID" copied above.
+4. Select the "Security Group" that needs to be verified and scroll down and click on the "Details" tab and copy "Security group ID".
+5. Scroll down the left navigation panel and choose "Instances" and search the copied "Security Group ID" copied above.
6. Check the number of "EC2 Instance(s)" using the Security Group and if there are more than 1 instances sharing the same "Security Group" then it's not according to the standard practice of AWS.
7. Repeat steps number 2 - 6 to verify other "EC2 Instances" using same "Security Group".
8. Navigate to "Security Group" under "Network & Security" and click on the "Create Security Group" at the top.
9. On the "Create Security Group" panel provide a "Security Group Name" and "Description" for the new "Security Group".Select the "VPC" to which "Security Group" belongs.
-10. Select the "Inbound Traffic Rules" by clicking on the "Add Rules" button and select the "Protocols" as per the requirement.
-11. Click on the "Create" button at the bottom to create a new "Security Group".
-12. Navigate to "EC2 dahsboard" and select the "Instance(s)" which are sharing the same "Security Group". Click on the "Actions" button at the top and click on the "Change Security Groups" under "Networking".
-13. On the "Change Security Groups" tab select the new "Security Group" and click on the "Assign Security Groups" button to assign the selected "Security Group" to the "EC2 Instance".
-14. Reepat steps number 8 - 13 to structure security groups and to avoid twin rules across "EC2 Instances".
+10. Select the "Inbound Traffic Rules" by clicking on the "Add Rule" button and select the "Protocols" as per the requirement.
+11. Click on the "Create security group" button at the bottom to create a new "Security Group".
+12. Navigate to "Instances" in the left panel and select the "Instance(s)" which are sharing the same "Security Group". Click on the "Actions" button at the top and click on the "Change security groups" under "Security".
+13. On the "Change Security Groups" tab select the new "Security Group" under "Associated security groups" and click on "Add security group" button.
+14. Click on the "Save" button to assign the selected "Security Group" to the "EC2 Instance".
+15. Remove any security group which may not be needed as required from the instance.
+16. Repeat steps number 8 - 15 to structure security groups and to avoid their overlapping in "EC2 Instances".
diff --git a/resources/aws/ec2/overlapping-security-groups/step10.png b/resources/aws/ec2/overlapping-security-groups/step10.png
index 591ed2b1d..bf70ba01d 100644
Binary files a/resources/aws/ec2/overlapping-security-groups/step10.png and b/resources/aws/ec2/overlapping-security-groups/step10.png differ
diff --git a/resources/aws/ec2/overlapping-security-groups/step11.png b/resources/aws/ec2/overlapping-security-groups/step11.png
index 166d2b98f..543493895 100644
Binary files a/resources/aws/ec2/overlapping-security-groups/step11.png and b/resources/aws/ec2/overlapping-security-groups/step11.png differ
diff --git a/resources/aws/ec2/overlapping-security-groups/step12.png b/resources/aws/ec2/overlapping-security-groups/step12.png
index e1887aa50..1076aaa29 100644
Binary files a/resources/aws/ec2/overlapping-security-groups/step12.png and b/resources/aws/ec2/overlapping-security-groups/step12.png differ
diff --git a/resources/aws/ec2/overlapping-security-groups/step13.png b/resources/aws/ec2/overlapping-security-groups/step13.png
index 416b0c2ec..e0a63bbcb 100644
Binary files a/resources/aws/ec2/overlapping-security-groups/step13.png and b/resources/aws/ec2/overlapping-security-groups/step13.png differ
diff --git a/resources/aws/ec2/overlapping-security-groups/step14.png b/resources/aws/ec2/overlapping-security-groups/step14.png
new file mode 100644
index 000000000..7053ff997
Binary files /dev/null and b/resources/aws/ec2/overlapping-security-groups/step14.png differ
diff --git a/resources/aws/ec2/overlapping-security-groups/step2.png b/resources/aws/ec2/overlapping-security-groups/step2.png
index 9d4b28489..a741a67a8 100644
Binary files a/resources/aws/ec2/overlapping-security-groups/step2.png and b/resources/aws/ec2/overlapping-security-groups/step2.png differ
diff --git a/resources/aws/ec2/overlapping-security-groups/step3.png b/resources/aws/ec2/overlapping-security-groups/step3.png
index 10cdba3a8..ed33f9f40 100644
Binary files a/resources/aws/ec2/overlapping-security-groups/step3.png and b/resources/aws/ec2/overlapping-security-groups/step3.png differ
diff --git a/resources/aws/ec2/overlapping-security-groups/step4.png b/resources/aws/ec2/overlapping-security-groups/step4.png
index a06051a6c..b79457149 100644
Binary files a/resources/aws/ec2/overlapping-security-groups/step4.png and b/resources/aws/ec2/overlapping-security-groups/step4.png differ
diff --git a/resources/aws/ec2/overlapping-security-groups/step5.png b/resources/aws/ec2/overlapping-security-groups/step5.png
index dd5eb9795..d26334e57 100644
Binary files a/resources/aws/ec2/overlapping-security-groups/step5.png and b/resources/aws/ec2/overlapping-security-groups/step5.png differ
diff --git a/resources/aws/ec2/overlapping-security-groups/step6.png b/resources/aws/ec2/overlapping-security-groups/step6.png
index a5adc4a2b..b8571b168 100644
Binary files a/resources/aws/ec2/overlapping-security-groups/step6.png and b/resources/aws/ec2/overlapping-security-groups/step6.png differ
diff --git a/resources/aws/ec2/overlapping-security-groups/step8.png b/resources/aws/ec2/overlapping-security-groups/step8.png
index e4b50a24c..9be8d0a01 100644
Binary files a/resources/aws/ec2/overlapping-security-groups/step8.png and b/resources/aws/ec2/overlapping-security-groups/step8.png differ
diff --git a/resources/aws/ec2/overlapping-security-groups/step9.png b/resources/aws/ec2/overlapping-security-groups/step9.png
index 8daf4e239..eefb28c28 100644
Binary files a/resources/aws/ec2/overlapping-security-groups/step9.png and b/resources/aws/ec2/overlapping-security-groups/step9.png differ