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 Answer
0
Accepted Answer

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
answered 7 months ago
  • Thank you very much. I do as you said.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions