コマンドオプションサンプル:aws cloudformation continue-update-rollback

コマンドサンプルを検索した結果です。

"UPDATE_ROLLBACK_FAILED"状態にある指定されたスタックの場合、 "UPDATE_ROLLBACK_COMPLETE"状態にロールバックし続けます。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/cloudformation/continue-update-rollback.html

aws cloudformation continue-update-rollback --resources-to-skip Instance --region eu-west-2
    Recovering AWS CloudFormation stacks using ContinueUpdateRollback | AWS Management Tools Blog : http://aws.amazon.com/blogs/mt/recovering-aws-cloudformation-stacks-using-continueupdaterollback/
aws cloudformation continue-update-rollback --stack-name WebInfra --resources-to-skip myCustom WebInfra-Compute-Asg.myAsg WebInfra-Compute-LB.myLoadBalancer WebInfra-Storage.DB
    Continue Rolling Back an Update - AWS CloudFormation  : http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-continueupdaterollback.html

aws のオプション一覧