Command option Sample:aws cloudformation continue-update-rollback

Search command sample in the internet.It is the result.

For a specified stack that is in the "UPDATE_ROLLBACK_FAILED" state,continues rolling it back to the "UPDATE_ROLLBACK_COMPLETE" state.Show details from next link. 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 のオプション一覧