Windows Firewall

0

Hello, I'm using AWS with RDP to log on the remote desktop unfortunately I activate the firewall and by default it blocks all incoming traffic, how to solve this? Thanks

amsa
asked a month ago227 views
2 Answers
0
Accepted Answer

Hello.

Try disabling Windows Firewall using AWSSupport-TroubleshootRDP from the SSM automation documentation.
https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/troubleshoot-connect-windows-instance.html#Troubleshooting-Remote-Desktop-Connection-issues-using-AWS-Systems-Manager

To use SSM automation documents, you must register EC2 as an SSM managed instance.
Please set up an IAM role on EC2 by following the steps in the document below.
https://docs.aws.amazon.com/systems-manager/latest/userguide/setup-instance-permissions.html#instance-profile-add-permissions

profile picture
EXPERT
answered a month ago
profile pictureAWS
EXPERT
Matt-B
reviewed a month ago
0

Very useful!, after using the SSM I was able to login the system with command line then disable the Firewall with the command

netsh advfirewall set allprofiles state off

Thanks for your support

amsa
answered a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions