Skip to content

Commit

Permalink
Add security group settings to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
91pavan committed Jun 27, 2017
1 parent 903951b commit a5308a8
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion Connecting_on_cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,28 @@ Click 'OK'. Make sure the extension is enabled, you should see a blue indicator

* Type the private IP of your ec2 instance in the browser and behold, Magic!


## Security Group setting

For reference, here is the correct incoming firewall/security group settings for cloud-hosted instances.

Type | Protocol | Port Range | Source |
--------------------|------------------|-----------------------|----------------
Custom TCP Rule | TCP | 3123 | 0.0.0.0/0
Custom TCP Rule | TCP | 3123 | ::/0
HTTP | TCP | 80 | 0.0.0.0/0
HTTP | TCP | 80 | ::/0
Custom TCP Rule | TCP | 9000 | 0.0.0.0/0
Custom TCP Rule | TCP | 9000 | ::/0
Custom TCP Rule | TCP | 8080 | 0.0.0.0/0
Custom TCP Rule | TCP | 8080 | ::/0
SSH | TCP | 22 | 0.0.0.0/0
SSH | TCP | 22 | ::/0
Custom TCP Rule | TCP | 4242 | 0.0.0.0/0
Custom TCP Rule | TCP | 4242 | ::/0
Custom TCP Rule | TCP | 3000-3001 | 0.0.0.0/0
Custom TCP Rule | TCP | 3000-3001 | ::/0
Custom TCP Rule | TCP | 10900 | 0.0.0.0/0
Custom TCP Rule | TCP | 10900 | ::/0
Custom TCP Rule | TCP | 9092 | 0.0.0.0/0
Custom TCP Rule | TCP | 9092 | ::/0

0 comments on commit a5308a8

Please sign in to comment.