|
| 1 | +.. _deployment-regions-interface: |
| 2 | + |
| 3 | +================== |
| 4 | +Deployment Regions |
| 5 | +================== |
| 6 | + |
| 7 | +.. default-domain:: mongodb |
| 8 | + |
| 9 | +.. contents:: On this page |
| 10 | + :local: |
| 11 | + :backlinks: none |
| 12 | + :depth: 2 |
| 13 | + :class: singlecol |
| 14 | + |
| 15 | +|onprem| supports backup regionalization, which allows each cluster or |
| 16 | +shard to read from and write to snapshot stores in a region you |
| 17 | +choose. To enable regionalized backup, you must configure deployment |
| 18 | +regions. You then bind backup resources such as :ref:`snapshot stores |
| 19 | +<blockstores-page>` or :opsmgr:`backup daemons |
| 20 | +</reference/glossary/#std-term-Backup-Daemon>` to these deployment |
| 21 | +regions. |
| 22 | + |
| 23 | +The deployment region page lists all available deployment regions, and |
| 24 | +allows you to define new deployment regions. |
| 25 | + |
| 26 | +.. important:: |
| 27 | + |
| 28 | + Regional backups ensure storage isolation of cluster data |
| 29 | + backup. Backup metadata, monitoring, and other |onprem| data not |
| 30 | + related to the specific cluster backup data can still move across |
| 31 | + regions depending on your |onprem| deployment configuration. |
| 32 | + |
| 33 | + To ensure data isolation during restore procedures, you must |
| 34 | + execute restores only against endpoints in that deployment's |
| 35 | + configured deployment region. This requirement applies when you |
| 36 | + restore replica sets and sharded clusters, as well as queryable |
| 37 | + restores. |
| 38 | + |
| 39 | + To fulfill backup data sovereignty requirements, you must ensure |
| 40 | + that you configure all backup and restore endpoints correctly and a |
| 41 | + user doesn't request an operation that causes backup data to move |
| 42 | + across regions. |
| 43 | + |
| 44 | + To further protect against unintentional cross-region backup or |
| 45 | + restore, consider configuring network restrictions for your data |
| 46 | + centers. |
| 47 | + |
| 48 | + |
| 49 | +To define a new deployment region: |
| 50 | + |
| 51 | +.. procedure:: |
| 52 | + :style: normal |
| 53 | + |
| 54 | + .. step:: Click :guilabel:`Add New Deployment Region`. |
| 55 | + |
| 56 | + .. step:: Configure the deployment region. |
| 57 | + |
| 58 | + In the :guilabel:`Set up a Deployment Region` |
| 59 | + window, provide values for the following fields: |
| 60 | + |
| 61 | + .. list-table:: |
| 62 | + :widths: 40 60 |
| 63 | + :header-rows: 1 |
| 64 | + |
| 65 | + * - Field |
| 66 | + - Value |
| 67 | + |
| 68 | + * - Deployment ID |
| 69 | + - Unique identifier that references this deployment region |
| 70 | + in configurations. |
| 71 | + |
| 72 | + * - Ingestion Endpoint |
| 73 | + - |onprem| instance to which the |
| 74 | + :opsmgr:`Backup Agent </reference/glossary/#std-term-backup-agent>` |
| 75 | + writes snapshot or oplog data. |
| 76 | + |
| 77 | + * - Restore Endpoint |
| 78 | + - |onprem| instance that serves restore requests. |
| 79 | + |
| 80 | + * - Queryable Proxy Server Endpoint |
| 81 | + - |onprem| instance that serves |
| 82 | + :opsmgr:`Queryable Backup </reference/glossary/#std-term-queryable-backup>` |
| 83 | + requests. |
| 84 | + |
| 85 | + * - Deployment Description |
| 86 | + - String that describes the purpose of the deployment region. |
| 87 | + |
| 88 | + .. step:: Click :guilabel:`Confirm`. |
0 commit comments