Multi-Region Architecture
Organizations are increasingly adopting AWS multi-Region security architectures to address critical business, regulatory, and operational requirements. Across the available AWS Regions and Availability Zones, customers in human capital management (HCM)
This chapter helps you determine whether an AWS multi-Region approach is necessary for your AWS Security Reference Architecture (AWS SRA) deployment and provides prescriptive recommendations for implementing it.
Important
Not every workload requires multi-Region. A well-architected multi-AZ deployment within a single Region already provides high availability for most scenarios. The drivers below describe the specific circumstances where extending to multiple AWS Regions becomes necessary.
Key drivers
Regulatory and compliance requirements
Data sovereignty and controlled replication
Data sovereignty refers to the legal requirement that data must be stored and processed within specific geographic boundaries. Regulations such as General Data Protection Regulation
A common question arises: Why does data sovereignty require multi-Region rather than simply operating in the single Region where data is captured?
The answer lies in the intersection of sovereignty requirements and data resilience mandates. Many regulatory frameworks require not only that data stays within approved jurisdictions, but also that it is replicated for resilience, and that replication must itself remain within approved geographic boundaries. For example:
A UK-based financial institution may be required to keep data within the UK and Ireland (
eu-west-1andeu-west-2), but not replicate it to Frankfurt or other EU regions. This creates a multi-Region requirement within a constrained geography.AWS has created opt-in Regions specifically to address data sovereignty. With opt-in Regions, customers must actively opt into a Region to make it possible for their data to be present there, making customer intent explicit. This ensures that customer data only gets replicated to the Regions they specify, with safeguards against unexpected replication to other Regions.
For customers requiring stronger sovereignty guarantees, AWS supports client-side encryption as a prerequisite for cross-Region data replication. Even if data were inadvertently replicated to an unintended Region, the cryptographic materials would not exist in that Region, rendering the data undecryptable.
These constraints apply across regulated industries:
Healthcare and life sciences – Healthcare providers and pharmaceutical companies must comply with regional data privacy regulations (such as the Health Insurance Portability and Accountability ACT
(HIPAA) in the US and GDPR in the EU) that dictate where patient records and clinical data can reside. Electronic health record (EHR) platforms are typically deployed across multiple Availability Zones and multiple Regions within approved jurisdictions. Financial services – Financial regulators require institutions to maintain infrastructure across geographically separated locations within approved jurisdictions. This creates a multi-Region requirement where both primary and DR environments must remain within regulatory boundaries.
Automotive – Connected vehicle platforms must comply with local data storage, sovereignty, and privacy requirements across multiple countries, using geo-location routing to connect millions of vehicles to the closest compliant cloud infrastructure.
Audit, compliance, and cross-jurisdictional data protection
Organizations operating across multiple jurisdictions must demonstrate to auditors and regulators that they can maintain operations and protect data without violating cross-border data transfer restrictions. This is particularly relevant for European organizations subject to GDPR, where data from EU/EEA citizens must not flow to jurisdictions without adequate data protection frameworks unless specific legal mechanisms are in place.
Multi-Region deployment supports audit and compliance requirements in several ways:
Controlled data boundaries – By deploying in specific Regions within approved jurisdictions, organizations can demonstrate to auditors that data never leaves the approved geography. AWS services like AWS Config, AWS CloudTrail, and AWS Security Hub provide continuous monitoring and audit trails across Regions.
Cross-border transfer controls – Organizations prioritize digital sovereignty to ensure data is stored, processed, and managed in specific geographic regions in compliance with local laws. This includes requirements around data residency, control over encryption keys, and ensuring that sensitive information does not leave the designated jurisdiction. AWS helps meet these needs through Region-specific services and customer-managed KMS keys.
Multi-region governance – Organizations require the flexibility to operate in multiple regions while maintaining consistent security, monitoring, and governance controls across environments. This includes clear auditability, transparency into data handling practices, and access to compliance documentation and certifications.
Business continuity (BC) and disaster recovery (DR)
The fundamental question arises: If a single AWS Region already provides multiple Availability Zones with physical separation, why would I need multi-Region for DR?
The AWS Disaster Recovery whitepaper states: "Remember that Availability Zones within an AWS Region are already designed with meaningful distance between them, and careful planning of location, such that most common disasters should only impact one zone and not the others. Therefore, a multi-AZ architecture within an AWS Region may already meet much of your risk mitigation needs."
However, multi-Region becomes necessary when:
Your disaster definition extends beyond a single data center or AZ – For highly critical workloads, deploying infrastructure across multiple Regions with data replication and continuous backups minimizes business impact.
You need a bounded, predictable recovery time – An AWS Architecture blog post
states: "While a single Region supports highly available and resilient applications, distributing workloads across multiple Regions enables a bounded recovery time in the rare event of a disruption to the application." Furthermore, "Each Region has strict logical and physical separation from other Regions. This purposeful design helps avoid service and infrastructure disruptions in one Region affecting another Region. This unique property of Regions can be used to build multi-Region applications with predictable fault domains." Your RTO/RPO requirements demand it – The four DR strategies offer different recovery profiles:
Strategy | RPO or RTO | Cost | Use case |
|---|---|---|---|
Backup and restore | Hours | $ | Lower priority workloads |
Pilot light | Tens of minutes | $ | Core services |
Warm standby | Minutes | $$ | Business critical services |
Multi-site active/active | Near real time | $$ | Mission critical, zero downtime |
Fault isolation and event containment
AWS provides isolation at multiple levels:
Account-level isolation provides resource and security boundaries between workloads. AWS recommends separating workloads using accounts to provide strong isolation boundaries for security, billing, and access.
Availability Zone isolation helps protect against failures in other Availability Zones within the same Region, protecting against localized disasters, such as power outages or floods.
Region-level isolation helps protect against failures in other Regions. Each AWS Region is physically and logically separated from other Regions. The physical and logical separation of AWS Regions provides a well-defined fault isolation boundary that you can use to create predictable fault boundaries for your own applications.
Account-level isolation protects against incidents spreading to other accounts within a Region. For example, a misconfiguration in one account does not affect another. However, a Regional disruption affects all accounts operating in that Region. Only Region-level isolation, achieved through multi-Region deployment, protects against disruptions that affect an entire region.
Performance and user experience
Reduced latency
Latency, the time it takes for data to travel between a user and the application, is fundamentally constrained by the speed of light across physical distance. A user in Tokyo accessing an application hosted exclusively in us-east-1 (Virginia) experiences significantly higher latency than one accessing the same application from a Region in Asia Pacific. Multi-Region deployment addresses this by placing compute, storage, and application logic closer to end users.
A single Region, even with multiple Availability Zones, serves users from one geographic location. For applications with a geographically distributed user base, this creates an inherent latency penalty for distant users that cannot be solved within a single Region. Multi-Region deployment, combined with intelligent routing, ensures that each user is served from the nearest infrastructure.
Enhanced availability
Enhanced availability in a multi-Region context means that users continue to experience uninterrupted service even when an entire AWS Region experiences an impairment. This goes beyond the high availability provided by multi-AZ deployments within a single Region.
A multi-AZ deployment within a single Region protects against the failure of individual Availability Zones. However, if the entire Region experiences a service disruption, all users served by that Region are affected. Multi-Region architectures provide an additional layer of availability by ensuring that if one region is impaired, traffic is automatically redirected to a healthy Region.
Global scale
For organizations serving customers across multiple continents, multi-Region deployment is not just about resilience. It's about delivering a consistent, high-quality experience regardless of where users are located. A single-Region deployment forces a trade-off. Users near the Region experience excellent performance, while users far away experience degraded performance. Multi-Region deployment eliminates this trade-off.
Global scale requires more than just handling high traffic volumes (which can be achieved within a single Region through horizontal scaling). It requires geographic distribution of the application stack so that users in different parts of the world receive comparable response times. This is particularly critical for:
Global SaaS platforms where customers expect equivalent service levels across Regions
Real-time applications (such as gaming, video conferencing, and financial trading) where even small latency differences create unfair or degraded experiences
Connected devices and Internet of Things (IoT) (such as connected vehicles and industrial IoT), where millions of devices across geographies need low-latency access to cloud services
Decision framework for multi-Region deployment
To help you decide whether you need multi-Region, consider the following decision framework.
Question | If yes | If no |
|---|---|---|
Do regulations require data replication within approved geographic boundaries? | Multi-Region within approved jurisdictions | Single Region may suffice |
Does your industry regulator mandate geographically separated DR? | Multi-Region required | Multi-AZ may suffice |
Must you demonstrate to auditors that data never leaves specific jurisdictions while maintaining DR? | Multi-Region within boundaries | Single Region with multi-AZ |
Is your RTO requirement under 30 minutes for critical workloads? | Consider warm standby or active/active multi-Region | Pilot light or backup and restore may suffice |
Does your disaster definition include full regional disruption? | Multi-Region required | Multi-AZ within single Region |
Do you need protection against correlated regional failures (not just AZ failures)? | Multi-Region required | Multi-AZ provides sufficient isolation |
Do you serve users across multiple continents with latency-sensitive applications? | Multi-Region active-active recommended | CloudFront edge caching with a single Region may suffice |
Do you need consistent performance for real-time applications globally? | Full multi-Region active-active | Centralized backend with intelligent routing |
Important
For most workloads, a well-architected multi-AZ deployment within a single Region provides sufficient resilience. Each Region's Availability Zones are physically separated and designed so that most common disasters impact only one zone. Multi-Region introduces additional infrastructure management, data synchronization, and application design, along with higher costs from cross-Region data transfer and duplicate infrastructure. Organizations should treat multi-Region as a deliberate decision driven by specific drivers, not as a default starting point. If none of the conditions in this decision framework apply, start with multi-AZ and revisit as requirements evolve.
Multi-Region deployment approach
This section of AWS Security Reference Architecture (AWS SRA) provides holistic guidelines for deploying AWS security services in a multi-account, multi-Region environment. This guidance helps you:
Design security service deployments across multiple Regions
Understand deployment ordering and dependencies
Navigate Regional availability constraints
Implement proper delegation models
Maintain visibility and protection across your distributed environment
Foundational prerequisites
Before expanding to additional Regions, the following must be in place:
Prerequisite | Detail (common) | Detail (AWS Control Tower) | Detail (AWS Organizations only) |
|---|---|---|---|
Landing zone or organization home Region established | The home region cannot be changed after initial setup. Additional Regions must be explicitly enabled and governed. | Selected during landing zone setup. Additional Regions are added through | Selected during creation of your organization. Additional Regions are governed by enabling them in account settings and deploying SCPs/RCPs to target OUs. |
Region deny SCPs deployed | Attach at OU level to restrict unauthorized Regions. Define allowed Regions, exempt global services, and exempt break-glass roles. Test in a sandbox OU first. | Apply managed control | Create a custom SCP with explicit deny by using the |
Global service exemptions in SCPs | Ensure Region deny SCPs exempt: IAM, AWS Organizations, CloudFront, Route 53, Shield, AWS STS, AWS Support, AWS Budgets, and Cost Explorer. | — | — |
AWS KMS multi-Region keys replicated | Multi-Region KMS keys must be replicated to every governed Region before enrolling Regions. IAM Identity Center multi-Region replication requires a multi-Region customer-managed KMS key. | — | — |
AWS Config enabled everywhere | AWS Config recorder must be active in every account and every activated Region, including the management account. | Requires separate sra-config-management-account solution for the management account. | Deploy via CloudFormation StackSets from the management account or a delegated administrator. Include the management account using a separate stack or self-managed stack set. |
Region deny resource control policies (RCPs) | Deploy RCPs at the OU level to complement SCPs with resource-level Region restrictions. RCPs control what resources can do, not just what principals can do. | Not natively managed by AWS Control Tower. Deploy though Organizations directly or through Customizations for Control Tower (CfCT). | Manage directly in the Organizations console, AWS CLI, or through IaC tools such as CloudFormation |
SCP management model | Use a deny-list model with | Do not manually edit CT-managed SCPs. Use CfCT or AFC for custom policies. CT-managed SCPs have a 2,048-character limit per SCP. | Manage SCPs directly in Organizations console, AWS CLI, or though IaC. Up to 5 SCPs per OU attachment, and 5,120 characters per SCP. |
Governance automation | Automate SCP/RCP deployment across OUs and Regions. Implement drift detection. | Use CfCT or Landing Zone Accelerator (LZA). AWS Control Tower provides built-in drift detection for managed controls. | Use CloudFormation StackSets, Terraform, or Organizations APIs. Implement custom drift detection via AWS Config rules or AWS Lambda. |
Operational recommendations
Deploy one Region at a time, validate before proceeding – Reduces impact scope and simplifies troubleshooting. Complete validation of all phases in one Region before starting the next.
Verify service quotas match across all target Regions – Quotas are per-Region and do not automatically replicate.
Test Region deny SCPs in a sandbox OU – Misconfigured deny policies can lock out access to existing resources. Always validate in a sandbox OU first.
Automate through CloudFormation StackSets – Ensures consistent deployment across accounts and Regions by using AWS SRA code library templates.
Implement AWS Config conformance packs per Region – Provides automated compliance validation in each Region independently.
Establish a runbook for adding new Regions – Consider dependencies between services
Protect critical configurations via SCPs – Deny deletion or modification of CloudTrail, AWS Config, IAM Access Analyzer, and KMS keys.
Account for GovCloud gaps – AWS Security Incident Response and Amazon Macie are absent in GovCloud. Use AWS Systems Manager Incident Manager and manual classification as alternatives.
Amazon GuardDuty
Amazon GuardDuty
Multi-Region considerations
When working with Amazon GuardDuty you must consider that it is a regional service. This means that for every Region in which you deploy the GuardDuty detector, you must do the following actions:
Enable GuardDuty in each Region in the management account.
Designate the delegate admin to the Security Tooling account (in the Security OU).
Ensure that the GuardDuty detector is enabled for all member accounts, foundational data sources are enabled, and protection plans are in place.
When working in multi-Regional deployment in GuardDuty you must aggregate all findings in a centralized bucket following AWS best practices. This bucket is deployed in the Log Archive account in the Region selected as primary. To centralize GuardDuty findings, you must set the centralized bucket in each of the detectors of the delegated admin account as the target for the findings.
Architecture
The following diagrams show the configuration needed for the multi-Region delegated administration set up and the configuration for finding centralization in the primary Region.
The following image shows a Multi-Region delegated architecture.

The following image shows a finding aggregation architecture.

Amazon Inspector
Amazon Inspector
Multi-Region considerations
When working with Amazon Inspector, you must consider that it is a Regional service. This means that for every Region in which you deploy workloads, you should perform the following actions:
Enable Amazon Inspector in each Region in the management account.
Designate the delegate admin to the Security Tooling account (in the Security OU).
Ensure that Amazon Inspector is enabled for all member accounts and new accounts, and that all scans are activated.
When working in multi-Regional deployment in Amazon Inspector you must aggregate all findings in a centralized bucket to follow AWS best practices. This bucket is deployed in the Log Archive account in the Region selected as primary. To centralize Amazon Inspector findings, you must create an Amazon EventBridge rule in each of the Regions of the security tooling account to capture all aggregated findings per Region. Rules deployed in non-primary Regions should point to an event bus in the primary Region. This bus serves as an aggregator of all the findings. A last EventBridge rule (aggregator rule) should point to an Amazon Data Firehose in the Log Archive account in the primary Region. This Firehose stream has the centralized logging bucket as a destination. This allows Amazon Inspector to aggregate findings for all Regions and accounts in your AWS organization.
Architecture
The following diagram shows the high-level architecture of the delegated administrator configuration and the finding aggregation architecture.

AWS CloudTrail
AWS CloudTrail is a managed governance, compliance, and auditing service. It automatically records and logs every API call made across your AWS account. For architectural best practices, refer to the AWS CloudTrail section in this guide.
Multi-Region considerations
The AWS SRA best practices for CloudTrail states that a multi-Region organizational trail should be created and configured to deliver all CloudTrail management events from the management account and all member accounts. With this organizational trail, all managements events in all Regions from all the accounts are captured so there is no additional configuration needed. The organizational trail should be created in the primary Region of your AWS organization.
Architecture
The following diagram shows the high-level architecture of the CloudTrail configuration and event aggregation in a multi-account environment for the primary Region.

AWS Config
AWS Config provides a detailed view of the configuration of AWS resources in your AWS account. This includes how the resources are related to one another and how they were configured in the past so that you can see how the configurations and relationships change over time. For architectural best practices, refer to the AWS Config section in this guide.
Multi-Region considerations
As described in AWS SRA best practices for AWS Config, the recorder should be deployed in all accounts and Regions, and the organization aggregator should be configured as multi-Region. With this configuration, the multi-Region requirement is already met as AWS Config will track resources from all Regions in all accounts. These recorded changes are aggregated in the organizational aggregator for further analysis. This recorder is deployed in the delegated administrator account for AWS Config, which would be the Security Tooling account.
Additionally, you should configure the config findings of aggregation to a centralized bucket in the primary Region in the Logging Account. Each recorder in every account and Region must be configured to use the centralized bucket as the target for config logs.
Architecture
The following diagrams show the high-level overview of the delegated administrator, the aggregator, and the recorder log centralization configuration.
Delegated administrator and aggregator configuration:

Log centralization configuration:

IAM Access Analyzer
AWS Identity and Access Management Access Analyzer is an automated reasoning tool that helps security and operations teams implement the principle of least privilege. It continuously evaluates your AWS environment to identify unintended public or cross-account exposure, map internal access, and pinpoint unused permissions. For architectural best practices, refer to the IAM Access Analyzer section in this guide.
Multi-Region considerations
When working with IAM Access Analyzer, you must consider that it is a Regional service. This means that for every Region in which you deploy workloads, you should perform the following actions:
Enable IAM Access Analyzer in each region in the management account.
Designate the delegate admin to the Security Tooling account (in the Security OU).
Ensure that analyzers (external, internal, and unused) are enabled for all member accounts.
When working in multi-Regional deployment in IAM Access Analyzer, you must aggregate all findings in a centralized bucket to follow AWS best practices. This bucket is deployed in the Log Archive account in the Region selected as primary. To centralize IAM Access Analyzer findings, you must create an Amazon EventBridge rule in each of the Regions of the Security Tooling account to capture all aggregated findings per Region. Rules deployed in non-primary Regions should point to an event bus in the primary Region. This bus serves as an aggregator of all the findings. A last EventBridge rule (aggregator rule) should point to Amazon Data Firehose in the Log Archive account in the primary Region. This Firehose stream will have the centralized logging bucket as a destination, enabling IAM Access Analyzer finding aggregation for all Regions and accounts in your AWS organization.
Architecture
The following diagram shows the high-level architecture of the delegated administrator configuration and the finding aggregation architecture.

IAM Identity Center
AWS IAM Identity Center
Multi-Region considerations
IAM Identity Center supports multi-Region by replicating workforce identities, permission sets, and other metadata in your organization instance of IAM Identity Center connected to an external identity provider (IdP), such as Microsoft Entra ID and Okta, from its current primary Region to additional Regions. You can deploy AWS managed applications in your preferred Regions, close to application users and datasets for improved user experience or to meet data residency requirements. Your applications deployed in additional Regions access replicated workforce identities locally for optimal performance and reliability. When you replicate your workforce identities to an additional Region, your workforce gets an active AWS access portal endpoint in that Region. This means that in the unlikely event of an IAM Identity Center service disruption in its primary Region, your workforce can still access their AWS accounts through the AWS access portal in an additional Region by using already provisioned permissions. You can continue to manage IAM Identity Center configurations from the primary Region, maintaining centralized control.
Replicating IAM Identity Center to additional AWS Regions provides two key benefits:
Improved resiliency of AWS account access – Your workforce can access their AWS accounts even if the IAM Identity Center instance experiences a service disruption in its primary Region.
Enhanced flexibility in choosing deployment Regions for AWS managed applications – You can deploy AWS managed applications in your preferred Regions to meet application data residency requirements and improve performance through proximity to users. Applications deployed in additional Regions to access replicated workforce identities locally for optimal performance and reliability.
The replication is asynchronous, meaning that changes in the primary Region are not replicated in real time to the secondary Region.
There are some prerequisites:
Multi-Region is only available on organization instances.
Your identity source must be an external IdP, such as Okta.
Your instance must be encrypted with a multi-region customer managed KMS key in the same account.
Your IdP must support multiple SAML ACS URLs
Design consideration:
When choosing an additional Region, pick one geographically distant from your primary for maximum resiliency so if the primary Region goes down; a distant Region is unlikely to be affected by the same disruption. If data residency or compliance drives the decision, choose the Region where your regulated datasets live. Where neither constraint applies, choose the Region closest to your users. Before finalizing, confirm that the AWS managed applications your organization uses are available in that Region.
Architecture
For the multi-Region set up process, refer to the IAM Identity Center documentation.
AWS Security Hub
AWS Security Hub
Multi-Region considerations
When working with AWS Security Hub, you must consider that it is a Regional service. This means that for every Region in which you deploy workloads you should perform the following actions:
Enable Security Hub in the management account in the home Region.
Designate the delegated admin to the Security Tooling account (in the Security OU).
Enable Security Hub for all member accounts across all active Regions.
When working in multi-Regional deployment with AWS Organizations integration, Security Hub natively aggregates all findings, resources, and trends from all member accounts and all linked Regions into the delegated administrator's home Region via cross-Region aggregation. Security Hub has a built-in cross-Region aggregation feature. This means findings, resources and trends from each Region in each member account are sent directly to the delegated administrator's home Region. There is no need for EventBridge rules in each Region to aggregate findings. In addition to new data, Security Hub also replicates updates to data between the linked Regions and the home Region. Updates that occur in a linked Region are replicated to the home Region. Updates that occur in the home Region are replicated back to the linked Region. If there are conflicting updates in the home Region and the linked Region, then the most recent update is used. To centralize findings in a logging bucket to follow AWS best practices, you only need to create a single EventBridge rule in the delegated administrator's home region to capture all aggregated findings. This rule should point to Amazon Data Firehose in the Log Archive account in the primary Region. This Firehose stream has the centralized logging bucket as a destination, enabling Security Hub finding aggregation for all Regions and accounts in your AWS organization.
Architecture
The following diagram shows the high-level architecture of the delegated administrator configuration and the finding aggregation architecture.

AWS Security Hub CSPM
AWS Security Hub CSPM continuously audits your AWS environment against security best practices, evaluates compliance, and identifies misconfigurations. For architectural best practices, see Introduction to AWS Security Hub CSPM.
Multi-Region considerations
When working with Security Hub CSPM, you must consider that it is a Regional service. This means that for every Region in which you deploy workloads, you should perform the following actions:
Enable Security Hub CSPM in the management account in the home Region.
Designate the delegated admin to the Security Tooling account (in the Security OU).
Enable central configuration from the delegated administrator account. This allows the delegated administrator to configure Security Hub CSPM settings (standards, controls, and enablement) across multiple accounts, OUs, and Regions from the home region.
Create configuration policies from the delegated administrator account to enforce standards and controls across all centrally managed accounts and Regions.
Configure cross-Region aggregation in the delegated administrator account by designating a home Region and linking all other active Regions. This aggregates findings, insights, control compliance statuses, and security scores from all linked Regions and all member accounts into the delegated administrator's home region.
When working in multi-Regional deployment with AWS Organizations integration, Security Hub CSPM natively aggregates all findings from all member accounts and all linked Regions into the delegated administrator's home region via cross-Region aggregation. Unlike other AWS services, Security Hub CSPM has a built-in cross-Region aggregation feature. This means findings from each Region in each member account are sent directly to the delegated administrator's home Region. There is no intermediate aggregation step in the management account and no need for EventBridge rules in each Region to aggregate findings. To centralize findings in a logging bucket to follow AWS best practices, you only need to create a single Amazon EventBridge rule in the delegated administrator's home Region to capture all aggregated findings. This rule should point to Amazon Data Firehose in the Log Archive account in the primary Region. This Firehose stream has the centralized logging bucket as a destination, enabling Security Hub CSPM finding aggregation for all Regions and accounts in your AWS organization.
Architecture
The following diagram shows the high-level architecture of the delegated administrator configuration, cross-Region aggregation, and the finding centralization architecture. Security Hub CSPM has a native cross-Region aggregation feature. All findings from all linked Regions flow natively to the home Region.

AWS Backup
AWS Backup is a fully managed, policy-based service that centralizes and automates data protection across AWS services and hybrid environments. It eliminates the need for custom backup scripts or manual processes, allowing you to easily configure backup policies, retention schedules, and compliance monitoring from a single place.
AWS Backup cross-account management provides two distinct delegated capabilities. The first is cross-account jobs monitoring, which is configured in the AWS Backup console and allows the delegated administrator to monitor backup, restore, and copy jobs across all member accounts in the organization. The second is backup policy management, which is configured separately in the AWS Organizations console (delegated administrator for AWS Organizations) and allows the delegated admin to create, modify, delete, attach, and detach backup policies across the organization. To delegate both capabilities to a member account, a two-step process is required. First registering the account in the AWS Backup console and then delegating policy permissions through the AWS Organizations console.
You must delegate the administrator account for monitoring features just in one Region, and it will be activated in all of the active Regions.
Multi-Region considerations
In AWS Backup you must consider that some of the resources involved are Regional (like backup plans and vaults), but Organizations backup policies are global. Delegating the administrator account for cross-account monitoring in one Region activates it across all active Regions. For more information, see the AWS SRA best practices checklist.
Architecture
The following diagram shows a high-level overview of the AWS Backup architecture and deployment for a multi-Region environment.

There are two flows:
Deploy AWS Backup vaults – For this task you can rely on AWS CloudFormation stack sets to deploy AWS Backup vaults in the selected Regions. For more information, see Managing stacks across accounts and Regions with StackSets.
Deploy AWS Backup policies – AWS Organizations backup policies will allow you to deploy backup plans at scale in all AWS accounts and Regions in your organization. In these backup plans, you set up the main AWS Backup vault and the cross-Region action to the secondary AWS Backup vault. For more information, see Backup policies in the Organizations documentation.