How to migrate my application seamlessly from Sandbox to QA environment

0

Hello I built multiple environments with AWS Organizations - Sandbox and Testing. My application has Amazon Lex V2 and Lambda attached to Lex. I've tried export/import on Lex and Lambda to promote the dev work to testing environment, but the fallbackIntent in the Lex bot is always broken. so I am worried about promoting to testing environment using manual export/import. Is there any other efficient/seamless way to migrate the resources to another environment(organizational unit)?

Thank you !

質問済み 9ヶ月前241ビュー
1回答
0

Hello.
Are the resources coded by CloudFormation or other IaC services?
The IaC service allows the same resource to be deployed to different accounts with the same configuration.
It is also possible to import existing resources into CloudFormation, which could possibly be used for migration.
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/resource-import-existing-stack.html

profile picture
エキスパート
回答済み 9ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ