Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch 396 #418

Merged
merged 20 commits into from
Oct 28, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update open-rdp.md
shuklaalok87 authored Dec 14, 2021
commit cae323366b998fd4f1fb6709ba8c3ec57fa24b49
2 changes: 1 addition & 1 deletion en/aws/ec2/open-rdp.md
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
2. Select the "Services" option and search for EC2. </br> <img src="/resources/aws/ec2/open-rdp/step2.png"/>
3. Scroll down the left navigation panel and choose "Security Group" under "Network & Security".</br> <img src="/resources/aws/ec2/open-rdp/step3.png"/>
4. Select the "EC2 Security Group" that needs to be verified. </br> <img src="/resources/aws/ec2/open-rdp/step4.png"/>
5. Scroll down the bottom panel and choose "Inbound" under the "Settings". Verify the value for "Source" column for "RDP" under "Type" for port "3389" and if any rule have value set to "0.0.0.0/0" or "::/0 " then the selected "Security Group" has "TCP" port for "RDP" open to the public.</br> <img src="/resources/aws/ec2/open-rdp/step5.png"/>
5. Scroll down the bottom panel and choose "Inbound rules" under the "Settings". Verify the value for "Source" column for "RDP" under "Type" for port "3389" and if any rule have value set to "0.0.0.0/0" or "::/0 " then the selected "Security Group" has "TCP" port for "RDP" open to the public.</br> <img src="/resources/aws/ec2/open-rdp/step5.png"/>
6. Repeat steps number 2 - 5 to verify other "Security Groups" in the selected AWS region.</br>
alphadev4 marked this conversation as resolved.
Show resolved Hide resolved
7. Navigate to "Security Groups" under "Network & Security" and select the "Security Group" that needs to modify to restrict the access of "TCP" port 3389 for "RDP" to specific ip address. </br> <img src="/resources/aws/ec2/open-rdp/step7.png"/>
alphadev4 marked this conversation as resolved.
Show resolved Hide resolved
8. Scroll down the page and select the "Inbound" and click on the "Edit" button. </br> <img src="/resources/aws/ec2/open-rdp/step8.png"/>