Manage multiple region application in Well-Architected workload

0

I want to manage a multiple region application in Well-Architected workload. This application consists of many AWS CloudFormation stacks deployed to more than one AWS region.

It seems that a workload can connect only one Service Catalog application, and a Service Catalog application can only manage AWS CloudFormation stacks in one region. What can I do?

1回答
0
承認された回答

You should not couple your regions together or you will lose one of the primary benefits of multi-region deployments: the ability to operate independently. Please read https://docs.aws.amazon.com/whitepapers/latest/aws-fault-isolation-boundaries/abstract-and-introduction.html

In this case, you should ensure the templates are stored in buckets in each region and use the service catalog service in that region to deploy. There is likely much more than that in your concerns.

profile pictureAWS
回答済み 8ヶ月前
  • Thank you very much. I do as you said.

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ