File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -184,6 +184,13 @@ capabilities are important:
184
184
185
185
- limiting incoming traffic from untrusted hosts.
186
186
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
+
187
194
On Linux systems, the ``iptables`` interface provides access to the
188
195
underlying ``netfilter`` firewall. On Windows systems ``netsh``
189
196
command line interface provides access to the underlying Windows
Original file line number Diff line number Diff line change 2
2
Configure Linux ``iptables`` Firewall for MongoDB
3
3
=================================================
4
4
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
+
5
12
The ``iptables`` program manages the firewall rules on Linux and
6
13
typically comes built in with each Linux distribution. For this
7
14
article we only need to worry about two ``iptables`` chains:
You can’t perform that action at this time.
0 commit comments