Using Amazon S3 as a file system for MongoDB

I decide to use MongoDB as the document management database in my application. I originally thought of using S3 as a data store, but it seems that mongoDB uses a local file system to store data. Can I use S3 as a data store in MongoDB. thanks

+6
source share
1 answer

The AWS IOPS provided are ideal for MongoDB.

This link contains notes about running MongoDB on AWS and is very useful.

+8
source

Source: https://habr.com/ru/post/946395/


All Articles