

翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。

# 単一リージョンでの耐障害性を実現するエンジニアリングとオペレーション
<a name="single-region-resilience"></a>

マルチリージョンの概念を検討する前に、まずワークロードが 1 つのリージョンで可能な限り回復力があることを確認します。これを実現するには、 AWS Well-Architected フレームワーク[の信頼性の柱](https://docs.aws.amazon.com/wellarchitected/latest/reliability-pillar/welcome.html)と[運用上の優秀性の柱](https://docs.aws.amazon.com/wellarchitected/latest/operational-excellence-pillar/welcome.html)に照らしてワークロードを評価し、トレードオフとリスク評価に基づいて必要な変更を加えます。Well-Architected AWS フレームワークでは、以下の概念について説明します。
+ [ドメイン境界に基づくワークロードのセグメント化](https://docs.aws.amazon.com/wellarchitected/latest/reliability-pillar/design-your-workload-service-architecture.html)
+ [明確に定義されたサービス契約](https://docs.aws.amazon.com/wellarchitected/latest/reliability-pillar/design-your-workload-service-architecture.html)
+ [依存関係の管理と結合](https://docs.aws.amazon.com/wellarchitected/latest/reliability-pillar/design-interactions-in-a-distributed-system-to-prevent-failures.html)
+ [障害、再試行、バックオフ戦略の処理](https://docs.aws.amazon.com/wellarchitected/latest/reliability-pillar/design-interactions-in-a-distributed-system-to-mitigate-or-withstand-failures.html)
+ [べき等操作とステートフルトランザクションとステートレストランザクション](https://docs.aws.amazon.com/wellarchitected/latest/reliability-pillar/design-interactions-in-a-distributed-system-to-mitigate-or-withstand-failures.html)
+ [オペレーショナルレディネスと変更管理](https://docs.aws.amazon.com/wellarchitected/latest/operational-excellence-pillar/operational-readiness.html)
+ [ワークロードの状態の理解](https://docs.aws.amazon.com/wellarchitected/latest/operational-excellence-pillar/understanding-operational-health.html)
+ [イベントへの対応](https://docs.aws.amazon.com/wellarchitected/latest/operational-excellence-pillar/responding-to-events.html)

単一リージョンのレジリエンスをさらに高めるには、ホワイトペーパー [「Advanced Multi-AZ Resilience Patterns: Detecting and Mitigating Gray Failures」で説明されている概念を確認して適用します](https://docs.aws.amazon.com/whitepapers/latest/advanced-multi-az-resilience-patterns/advanced-multi-az-resilience-patterns.html)。このホワイトペーパーでは、各アベイラビリティーゾーンでレプリカを使用して障害を封じ込め、 AWS Well Architected フレームワークで導入されたマルチ AZ 概念を拡張するためのベストプラクティスについて説明します。マルチリージョンアーキテクチャは、アベイラビリティーゾーンにバインドされる障害モードを軽減できますが、考慮すべきマルチリージョンアプローチに伴うトレードオフがあります。そのため、マルチ AZ アプローチから始めて、マルチリージョンアーキテクチャの基本と照らし合わせて特定のワークロードを評価し、マルチリージョンアプローチがワークロードの耐障害性を高めることができるかどうかを判断することをお勧めします。