Help improve AWS Support Official channel in re:Post and share your experience - complete a quick three-question survey to earn a re:Post badge!
All Content tagged with Amazon DocumentDB Global Clusters
Amazon DocumentDB Global Clusters provides disaster recovery from region-wide outages and enables low-latency global reads.
Content language: English
Select tags to filter
Sort by most recent
5 results
Hello Support team
I have an DocumentDB global cluster in us-east-1, now I would like to add another region in my cluster using Cloudformation.
I created global cluster , instance using Cloudformati...
Hi ,
We have a requirement on Document DB i.e, item-level-recovery , to restore particular data(collections or indexes) from the backup.
I don't see option in AWS Condsole, Could someone please help o...
Hello
I am running Document DB of engine version 5.00 in production account.
Around 4:57 a.m. (KST) on April 24 (DB cluster maintenance period)
We received a notification that the connection with the...
If a secondary region goes down while using the global cluster with documentdb, will documentdb failover to other running regions automatically?
I know if the primary one goes down, we need to imple...
I have one entry in my Data collection and is as follows:
```
{
"data": [
{
"key1": {
"name": "test"
}
},
{
"key1": {
...