diff --git a/en/aws/ec2/open-ftp.md b/en/aws/ec2/open-ftp.md index 45bd61f97..bbda52605 100644 --- a/en/aws/ec2/open-ftp.md +++ b/en/aws/ec2/open-ftp.md @@ -15,17 +15,16 @@ | **Recommended Action** | Restrict TCP ports 20 and 21 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 "Custom TCP Rule" under "Type" for port "20 and 21" and if any rule have value set to "0.0.0.0/0" or "::/0 " then the selected "Security Group" has "TCP" port for "FTP" open to the public.
+5. Scroll down the bottom panel and choose "Inbound rules". Verify the value for "Source" column for "Custom TCP" under "Type" for port "20 and 21" and if any rule have value set to "0.0.0.0/0" or "::/0 " then the selected "Security Group" has "TCP" port for "FTP" 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 "20 and 21" for "FTP" 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 "20 and 21" for "FTP" to specific IP address.
+8. Scroll down the page and select the "Inbound rules" and click on the "Edit inbound rules" button.
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 "FTP" inbound traffic only from specific IP address.
+10. In the "Edit inbound rules" tab select the "MyIP" from the "Source" column to allow "FTP" 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 "FTP" 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 20 and 21 for "FTP" to known IP address.
- diff --git a/resources/aws/ec2/open-ftp/step10.png b/resources/aws/ec2/open-ftp/step10.png index 3f100bdd7..588fbd9df 100644 Binary files a/resources/aws/ec2/open-ftp/step10.png and b/resources/aws/ec2/open-ftp/step10.png differ diff --git a/resources/aws/ec2/open-ftp/step11.png b/resources/aws/ec2/open-ftp/step11.png index 066e7262d..12fb10db7 100644 Binary files a/resources/aws/ec2/open-ftp/step11.png and b/resources/aws/ec2/open-ftp/step11.png differ diff --git a/resources/aws/ec2/open-ftp/step12.png b/resources/aws/ec2/open-ftp/step12.png index 366c96232..56f806bf5 100644 Binary files a/resources/aws/ec2/open-ftp/step12.png and b/resources/aws/ec2/open-ftp/step12.png differ diff --git a/resources/aws/ec2/open-ftp/step2.png b/resources/aws/ec2/open-ftp/step2.png index 2343198f3..a741a67a8 100644 Binary files a/resources/aws/ec2/open-ftp/step2.png and b/resources/aws/ec2/open-ftp/step2.png differ diff --git a/resources/aws/ec2/open-ftp/step3.png b/resources/aws/ec2/open-ftp/step3.png index 93f831769..60b67e743 100644 Binary files a/resources/aws/ec2/open-ftp/step3.png and b/resources/aws/ec2/open-ftp/step3.png differ diff --git a/resources/aws/ec2/open-ftp/step4.png b/resources/aws/ec2/open-ftp/step4.png index ff783e3eb..d52b18afe 100644 Binary files a/resources/aws/ec2/open-ftp/step4.png and b/resources/aws/ec2/open-ftp/step4.png differ diff --git a/resources/aws/ec2/open-ftp/step5.png b/resources/aws/ec2/open-ftp/step5.png index 147529a0f..7f1bc9ead 100644 Binary files a/resources/aws/ec2/open-ftp/step5.png and b/resources/aws/ec2/open-ftp/step5.png differ diff --git a/resources/aws/ec2/open-ftp/step7.png b/resources/aws/ec2/open-ftp/step7.png index 6d6569036..ed1301bd0 100644 Binary files a/resources/aws/ec2/open-ftp/step7.png and b/resources/aws/ec2/open-ftp/step7.png differ diff --git a/resources/aws/ec2/open-ftp/step8.png b/resources/aws/ec2/open-ftp/step8.png index 8565f7226..407f0e951 100644 Binary files a/resources/aws/ec2/open-ftp/step8.png and b/resources/aws/ec2/open-ftp/step8.png differ diff --git a/resources/aws/ec2/open-ftp/step9.png b/resources/aws/ec2/open-ftp/step9.png index b27d5bb5b..d1335cef5 100644 Binary files a/resources/aws/ec2/open-ftp/step9.png and b/resources/aws/ec2/open-ftp/step9.png differ