AWS Workspaces
By default when you provision a new workspace, it does not come with internet access. Follow the steps below to give it internet access.
- Navigate into your EC2 console, from the navigation pane select "Network Interfaces"
- Look for the interface that has the private IP of your workspace
- You can find the IP of your workspace from the workspace console and expanding on the workspace
- When you find the network interface, make a note of the VPD ID (this is your workspaces Virtual PC ID)
- Navigate to the VPC Dashboard
- Select "Your VPCs" from the navigation panel
- Look for the workspace's VPC ID, if it's not there create a new one
- Select "Subnets" from the navigation panel
- Look for the workspace's VPD ID, if it's not there create a new one
- Select "Internet Gateway" from the navigation panel
- Create a new internet gateway
- Attach the VPC to the gateway
- Select "Routing Tables"
- Locate the routing entry with the workspace's VPC ID
- In the routes section below, add a new route of 0.0.0.0/0 and the target set to the new internet gateway you created in step 10