Skip to content

Added section on EC2" #350

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 25, 2012
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions draft/core/security.txt
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,13 @@ capabilities are important:

- limiting incoming traffic from untrusted hosts.

For AWS instances, please refer to the following documentation:

- :wiki:`Amazon+EC2` wiki 652 page."

which covers using Security Groups and other security features
within EC2.

On Linux systems, the ``iptables`` interface provides access to the
underlying ``netfilter`` firewall. On Windows systems ``netsh``
command line interface provides access to the underlying Windows
Expand Down
7 changes: 7 additions & 0 deletions draft/tutorial/configure-linux-iptables-firewall.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Configure Linux ``iptables`` Firewall for MongoDB
=================================================

Note: For AWS instances, please refer to the following documentation:

- :wiki:`Amazon+EC2` wiki 652 page."

which covers using Security Groups and other security features
within EC2."

The ``iptables`` program manages the firewall rules on Linux and
typically comes built in with each Linux distribution. For this
article we only need to worry about two ``iptables`` chains:
Expand Down