Update the instance type of AWS DocumentDB

0

We've been using documentDB for few months, the current instance type seems not enough since we started seeing exception in our application (yes alarm is not set yet) MongoDB.Driver.MongoWriteException: A write operation resulted in an error. Operation timed out due to low available memory.

Can I change instance type of aws DocumentDB without losing Database or Data?

profile picture
已提問 2 年前檢視次數 2524 次
2 個答案
1

With Amazon DocumentDB, the storage layer is decoupled from compute. You can scale at any time (either by adding a bigger instance, fail over to have the new instance the new Primary and then delete the old instance, or just by changing the type of the current instance) without losing any data. Furthermore, data is backed up (1 day retention by default) and streamed continuously to Amazon S3, for additional peace of mind.

AWS
Mihai A
已回答 2 年前
0
已接受的答案

You can scale document DB on the following Storage Scaling Instance Scaling Read Scaling Please read more here https://docs.aws.amazon.com/documentdb/latest/developerguide/db-cluster-manage-performance.html#db-cluster-manage-scaling-instance so the answer is yes, you can scale the instance type of your DocumentDB cluster without losing any data,

AWS
已回答 2 年前
  • Thank you! I was reading that documentation about the how, I did not find explicit information that my data will not be impacted, I will try that

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南