Issue with logic in the step 'If compiled by amazon, mark it as EC2 server'Issue Issue with logic in the step 'If compiled by amazon, mark it as EC2 server'Resolution Navigate to the Linux Server pattern.Navigate to step 17.1.4 - Failover: Check if it is compiled by Amazon.Debug the step.The output will get evaluated to "Amazon," not "amazon" and the step will fail to set the variable $isEc2 which will prevent the subsequent steps from running the logic to retrieve instance id for the host. Workaround: Add Include lines: Amazon as per screenshot and debug again, it works.