Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 737 Bytes

ports.md

File metadata and controls

25 lines (13 loc) · 737 Bytes

Opening ports

When you are working on two different machines they will need to be able to communicate between each other. To do this they will need a port opening.

  1. Identify the port that you need to open. For example in the chat server lab you need to open port 8030.

  2. Select the instance from the list of instances in your account.

  3. Go to the security tab.

Security Tab

  1. Select the security group, it should load a new page.

Security Group

  1. Click on "Edit inbound rules"

  2. Select "Add rule".

  3. Set the port range to be the port that you need to open, in the example above it is 8030.

  4. Set the source to be anywhere.

  5. Click "Save rules".