Last updated: 2021-02-23

Source: https://support.freshservice.com/support/solutions/articles/50000003320-sample-use-case-for-amazon-ec2-orchestration-app-request-for-aws-ec2-instance

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

3. 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.

4. Finally, add public note with confirmation message

AWS Console