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 réponse
0
Réponse acceptée

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
répondu il y a 8 mois
  • Thank you very much. I do as you said.

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions