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?

MH35
已提问 8 个月前258 查看次数
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.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则