aws-organizations

What is the proper way to deploy a multi-region CloudFormation stack that includes global resources?

点点圈 提交于 2019-12-24 00:57:04
问题 I have a cloudformation stack template that includes regional resources (lambdas, api, topics, etc.) and global resources (user, policies, route53, cloudfront, dynamodb global tables, etc.) and want to deploy it to multiple region in the same AWS account. I can't directly deploy this stack template in multiple region because global resources will already exist after the first creation. I know I could split everything in two separate stack templates but I would prefer to avoid this and keep