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 Resposta
0
Resposta aceita

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
respondido há 8 meses
  • Thank you very much. I do as you said.

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas