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
demandé il y a un an325 vues
1 réponse
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".

EXPERT
répondu il y a un an

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions