简体   繁体   English

迁移 SQS 和 SNS 配置

[英]Migrate SQS and SNS configuration

We have a few different AWS accounts and I am looking to migrate the SNS configuration from one AWS account to another.我们有几个不同的 AWS 账户,我希望将 SNS 配置从一个 AWS 账户迁移到另一个账户。 Is that possible to migrate?这样可以迁移吗?

Many thanks for considering my request.非常感谢您考虑我的要求。

AWS does not have a 'migrate' capability. AWS 没有“迁移”功能。

A best-practice is to deploy "infrastructure as code" using CloudFormation or Terraform.最佳实践是使用 CloudFormation 或 Terraform 部署“基础架构即代码”。 Then, when you wish to deploy the same infrastructure to a different AWS Account, simply use the same template to deploy it.然后,当您希望将相同的基础设施部署到不同的 AWS 账户时,只需使用相同的模板进行部署。

If you did not deploy your initial infrastructure via a template, you might want to use https://former2.com/ to create a template based on existing infrastructure.如果您没有通过模板部署初始基础架构,您可能希望使用https://former2.com/根据现有基础架构创建模板。 You can then use that template to deploy the same resources in a different AWS Account.然后,您可以使用该模板在不同的 AWS 账户中部署相同的资源。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM