From 8a214d927bd30296e50a86b170f71ab7c13bc031 Mon Sep 17 00:00:00 2001 From: Arun Sriraman Date: Wed, 26 Oct 2016 08:29:47 -0700 Subject: [PATCH] Added security groups instructions to README.md --- neutron/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/neutron/README.md b/neutron/README.md index e89fee7..9cef3c1 100644 --- a/neutron/README.md +++ b/neutron/README.md @@ -98,5 +98,9 @@ ###### Limitations 1. Adding an Interface with a subnet of another network will not work as an IG can be associated with a single VPC. -2. Adding an Interface with a subnet of same network will not work because Internet Gateway gets associated with VPC and not Subnets. +2. Adding an Interface with a subnet of same network will not work because Internet Gateway gets associated with VPC and not Subnets. + +**Security Groups** + +Secruity groups will be implemented in the future. Currently for a tenant network created (Amazon VPC), the user will need to log into the AWS portal and assign the secruity group for the VPC. This needs to be done to allow an instance on the network to talk to the outside world.