Skip to content

Commit dbf1098

Browse files
author
markofu
committed
Added section on EC2
1 parent a0d916e commit dbf1098

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

draft/core/security.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,13 @@ capabilities are important:
184184

185185
- limiting incoming traffic from untrusted hosts.
186186

187+
For AWS instances, please refer to the following documentation:
188+
189+
- :wiki:`Amazon+EC2` wiki 652 page."
190+
191+
which covers using Security Groups and other security features
192+
within EC2.
193+
187194
On Linux systems, the ``iptables`` interface provides access to the
188195
underlying ``netfilter`` firewall. On Windows systems ``netsh``
189196
command line interface provides access to the underlying Windows

draft/tutorial/configure-linux-iptables-firewall.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Configure Linux ``iptables`` Firewall for MongoDB
33
=================================================
44

5+
Note: For AWS instances, please refer to the following documentation:
6+
7+
- :wiki:`Amazon+EC2` wiki 652 page."
8+
9+
which covers using Security Groups and other security features
10+
within EC2."
11+
512
The ``iptables`` program manages the firewall rules on Linux and
613
typically comes built in with each Linux distribution. For this
714
article we only need to worry about two ``iptables`` chains:

0 commit comments

Comments
 (0)