Slide 23
Slide 23 text
Security
Groups
Component Default
Ports
MongoD
27017,
28017
(Status
page)
MongoD
Shard
Server 27018
MongoS 27017
ConfigDB 27019
• All nodes listen on all interfaces unless –bind_ip is specified
• Specify alternate port with –port
• Don’t mix names & IP’s. Names preferred (not ec2s)
• Use security groups as access control lists
• (e.g. allow 27017 from app servers, but not everybody)