Skip to content

Commit e1f61e3

Browse files
committed
DOCS-9655: tweaks to ec2 recommendations
1 parent a6011d0 commit e1f61e3

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

source/administration/production-notes.txt

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -399,10 +399,9 @@ WiredTiger may store data in swap space.
399399
RAID
400400
````
401401

402-
Most MongoDB deployments should use disks backed by RAID-10.
403-
404-
RAID-5 and RAID-6 do not typically provide sufficient performance to
405-
support a MongoDB deployment.
402+
For optimal performance in terms of the storage layer, use disks
403+
backed by RAID-10. RAID-5 and RAID-6 do not typically provide
404+
sufficient performance to support a MongoDB deployment.
406405

407406
Avoid RAID-0 with MongoDB deployments. While RAID-0 provides good write
408407
performance, it also provides limited availability and can lead to
@@ -743,6 +742,13 @@ integration with Amazon Web Services (AWS) and lets you deploy new EC2
743742
instances directly from |MMS|. See :mms-docs:`Configure AWS Integration
744743
</tutorial/configure-aws-settings/>` for more details.
745744

745+
When available, enable AWS's `Enhanced Networking
746+
<http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/enhanced-networking.html#enabling_enhanced_networking>`_
747+
for your instance. Not all instance types support Enhanced Networking.
748+
Refer to the `AWS documentation
749+
<http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/enhanced-networking.html#enabling_enhanced_networking>`_
750+
for more information.
751+
746752
.. _windows-azure-production-notes:
747753

748754
Azure

0 commit comments

Comments
 (0)