Here’s a sample workflow to demonstrate the use of the Orchestration app to automate provisioning an AWS EC2 Instance.



  1. Create the Event when a Service Request is raised. Followed by a condition node to check whether the service request is raised for AWS EC2.

  2. You can then pull in the App Node which will have the following configurations:

        App Name: AWS EC2 - Orch

        App Action: Run Instance


  1. To validate the instance is provisioned successfully, the condition node is added to check if the image-id contains the same id available in app action configuration.

  2. Finally, add public note with confirmation message


AWS Console