summaryrefslogtreecommitdiffstats
path: root/README_AWS.md
diff options
context:
space:
mode:
authorJason DeTiberus <detiber@gmail.com>2016-05-31 11:56:07 -0400
committerJason DeTiberus <detiber@gmail.com>2016-05-31 11:56:07 -0400
commit444127b4ee58b8e7314af583e3f0d70f3522d543 (patch)
tree815247eb960e3372cd8502b7050468c5edf6c92c /README_AWS.md
parenta24ee80575da72d07dfd1a2cbbc60c91b8c2c256 (diff)
parent0e24a228a7746e1c43cb7b8880dd8723f00ed109 (diff)
downloadopenshift-444127b4ee58b8e7314af583e3f0d70f3522d543.tar.gz
openshift-444127b4ee58b8e7314af583e3f0d70f3522d543.tar.bz2
openshift-444127b4ee58b8e7314af583e3f0d70f3522d543.tar.xz
openshift-444127b4ee58b8e7314af583e3f0d70f3522d543.zip
Merge pull request #1963 from abutcher/readme-aws
Document protocol in readme aws.
Diffstat (limited to 'README_AWS.md')
-rw-r--r--README_AWS.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README_AWS.md b/README_AWS.md
index 467fccbd4..f3f98fed5 100644
--- a/README_AWS.md
+++ b/README_AWS.md
@@ -35,12 +35,12 @@ By default, a cluster is launched into the `public` security group. Make sure yo
You may also want to allow access from the outside world on the following ports:
```
-• 22 - ssh
-• 80 - Web Apps
-• 443 - Web Apps (https)
-• 4789 - SDN / VXLAN
-• 8443 - OpenShift Console
-• 10250 - kubelet
+• 22/TCP - ssh
+• 80/TCP - Web Apps
+• 443/TCP - Web Apps (https)
+• 4789/UDP - SDN / VXLAN
+• 8443/TCP - OpenShift Console
+• 10250/TCP - kubelet
```