UPDATE_ROLLBACK_COMPLETE

0

Hello. I'm trying to update my stack on cloud formation to add custom vocabulary for AWS transcribe. every time I update the stack it rollback changes and the status changed to UPDATE_ROLLBACK_COMPLETE how can I know the reason of rolling back? I need to apply my change Can anyone tell me what should I do? regards,

1개 답변
0

Consider the Troubleshooting CloudFormation guide.

Use the CloudFormation console to view the status of your stack. In the console, you can view a list of stack events while your stack is being updated. From this list, find the failure event and then view the status reason for that event. The status reason might contain an error message from AWS CloudFormation or from a particular service that can help you troubleshoot your problem. For more information about viewing stack events, see Viewing AWS CloudFormation stack data and resources.

You can also use the AWS CLI to describe your stack's events and search for the failures in the list:

aws cloudformation describe-stack-events --stack-name myStackName
profile pictureAWS
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠