I am trying to understand the pricing structure of MongoDB Atlas, especially when it comes to the default replica set configuration.
If I enable the default replica set (which includes 3 nodes), does the pricing mentioned in the official MongoDB Atlas pricing document mean:
The cost displayed is for a single node, and I need to multiply it by 3 to get the total cost for the replica set?Or, does the displayed cost already account for the 3-node replica set?I couldn't find a clear explanation in the documentation. Could someone please clarify how the cost is calculated?
Here’s the pricing document I referred to: [https://www.mongodb.com/pricing].