Security Groups
Security groups are firewall rules which allow access to your instances from other groups as well as the internet. All ports/protocols are denied by default.
{% include "django_nova/_messages.html" %}
Name |
Description |
Rules |
|
{% for securitygroup in securitygroups %}
{{ securitygroup.name }} |
{{ securitygroup.description }} |
{{ securitygroup.rules|length }} |
|
{% endfor %}