diff --git a/en/aws/iam/password-requires-uppercase.md b/en/aws/iam/password-requires-uppercase.md
index 7bc1c862a..656e337bb 100644
--- a/en/aws/iam/password-requires-uppercase.md
+++ b/en/aws/iam/password-requires-uppercase.md
@@ -15,10 +15,11 @@
| **Recommended Action** | Update the password policy to require the use of uppercase letters |
## 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 IAM.
-3. Scroll down the left navigation panel and choose "Account Settings".
-4. Under the "Password Policy" configuration panel scroll down and check the "Require at least one uppercase letter". If the checkbox is not selected than the password policy does not enforces the use of uppercase letters in password.
-5. Repeat steps number 3 and 4 to ensures password policy requires uppercase letters.
-6. Click on the checkbox next to "Require at least one uppercase letter" so "Password Policy" requires at least one uppercase letter to make the password more strong and secure.
-7. Click on the "Apply Password Policy" button to make the necessary changes.
+3. Scroll down the left navigation panel and choose "Account Settings" under "Access management".
+4. Under the "Password Policy" configuration panel scroll down and click on "Change password policy" button.
+5. On the "Set password policy" page scroll down and check the "Require at least one uppercase letter from Latin alphabet (A-Z)". If the checkbox is not selected than the password policy does not enforces the use of uppercase letters in password.
+6. Click on the checkbox next to "Require at least one uppercase letter from Latin alphabet (A-Z)" so "Password Policy" requires at least one uppercase letter to make the password more strong and secure.
+7. Click on the "Save changes" button to make the necessary changes.
+8. Now "Password Policy" ensures that the password requires uppercase letters.
diff --git a/resources/aws/iam/password-requires-uppercase/step2.png b/resources/aws/iam/password-requires-uppercase/step2.png
index 6efde4361..bc3be71d0 100644
Binary files a/resources/aws/iam/password-requires-uppercase/step2.png and b/resources/aws/iam/password-requires-uppercase/step2.png differ
diff --git a/resources/aws/iam/password-requires-uppercase/step3.png b/resources/aws/iam/password-requires-uppercase/step3.png
index 605a6bde0..438ffd0ed 100644
Binary files a/resources/aws/iam/password-requires-uppercase/step3.png and b/resources/aws/iam/password-requires-uppercase/step3.png differ
diff --git a/resources/aws/iam/password-requires-uppercase/step4.png b/resources/aws/iam/password-requires-uppercase/step4.png
index bd08ff7bc..d45d229f7 100644
Binary files a/resources/aws/iam/password-requires-uppercase/step4.png and b/resources/aws/iam/password-requires-uppercase/step4.png differ
diff --git a/resources/aws/iam/password-requires-uppercase/step5.png b/resources/aws/iam/password-requires-uppercase/step5.png
new file mode 100644
index 000000000..47f27069f
Binary files /dev/null and b/resources/aws/iam/password-requires-uppercase/step5.png differ
diff --git a/resources/aws/iam/password-requires-uppercase/step6.png b/resources/aws/iam/password-requires-uppercase/step6.png
index 2f7624401..6a0229ce3 100644
Binary files a/resources/aws/iam/password-requires-uppercase/step6.png and b/resources/aws/iam/password-requires-uppercase/step6.png differ
diff --git a/resources/aws/iam/password-requires-uppercase/step7.png b/resources/aws/iam/password-requires-uppercase/step7.png
index fe76794e7..88acf74ae 100644
Binary files a/resources/aws/iam/password-requires-uppercase/step7.png and b/resources/aws/iam/password-requires-uppercase/step7.png differ