CloudFormation Updating AppRunner Service

0

Is it possible after the AppRunner is created from CloudFormation to modify the same AppRunner service using CloudFormation? (in azure the scripts everytime that are executed check if the resource is created and then update it, instead of deleting it). Or I will have to use CDK/SDK to update an already created AppRunner service?

AWS
質問済み 1年前315ビュー
1回答
0

When you look through the CloudFormation documentation for this resource (https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apprunner-service.html) you'll find that each property defines what happens when you change it. Some are "Update requires: No interruption", some "Update requires: Replacement".

エキスパート
回答済み 1年前

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

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

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

関連するコンテンツ