How can the DevOps engineer ensure that the CloudFormation deployment will fail if the user data fails to successfully finish running?

2 Comments

  1. Amy
    Author

    I map out that the answer is:
    Use the cfn-signal helper script to signal success or failure to CloudFormation. Use the WaitOnResourceSignals update policy within the CloudFormation template. Set an appropriate timeout for the update policy.

  2. Jean
    Author

    I scheme that the answer is:
    Use the cfn-signal helper script to signal success or failure to CloudFormation. Use the WaitOnResourceSignals update policy within the CloudFormation template. Set an appropriate timeout for the update policy.

Leave a Reply

Your email address will not be published. Required fields are marked *

twelve − 2 =