I am working on AWS ec2 instance. I have configured MongoDb on it.
1. I have 1TB storage space for mongo data to be store.
2. Other 50 GB for application to run.
Since cost of taking snapshot of everything is huge, Can I take snapshot of only folder where my mongodb data is stored.
e.g my folder for mongodb storage is /home/ubuntu/mongodb
So I want snap shot or LVM of only mongodb folder instead of taking it for 1 TB instance on AWS.