Issue

I can’t connect to my WorkSpace by using the Amazon WorkSpaces client—how do I connect to my WorkSpace by using a Remote Desktop Protocol (RDP) client?

Resolution

Normally, you should connect to your WorkSpace by using the WorkSpaces client, but you might need to connect to a WorkSpace by using an RDP client for troubleshooting. To do this, you must update the WorkSpace security group settings to allow connections from the IP address of your RDP client.

To do this, follow these steps:

  1. Sign in to the Amazon WorkSpaces console.
  2. Select the WorkSpace, expand the details pane using the arrow, and then take note of the IP address under WorkSpace IP.
    Note: The WorkSpace must be in a running state in order for the private IP address to appear. If the WorkSpace is stopped, the private IP address does not appear.
  3. Sign in to the Amazon EC2 console.
  4. From the left navigation pane, choose Network Interfaces.
  5. In the search box, type the IP address of the WorkSpace you noted earlier. Select the network interface associated with the IP address, and take note of the IP address in the Public IP column (if any).
  6. Open the link in the Security groups column.
  7. Choose the Inbound tab, and then choose Edit.
  8. Choose Add Rule, and create a rule with the following attributes:
    Type: RDP
    Protocol: TCP
    Port Range: 3389
    Source: Use the IP address(es) you will use to connect to the WorkSpace (for example, the public IP address of a remote machine, or the private IP address of another EC2 instance in the same VPC).
  9. Choose Save.

You should now be able to connect to the WorkSpace using RDP from the IP address(es) you specified. If you can’t connect to the WorkSpace, double-check the rule you added to the WorkSpace security group to be sure that the IP address you added is correct, and be sure that the WorkSpace has Internet access through an Internet Gateway.