DEV Community

Tech Community for Software AG Tech Community

Posted on • Originally published at tech.forums.softwareag.com on

Send an Email notification for the running Amazon EC2 Instances

Summary

This article describes a business use case to send an email notification for running Amazon EC2 instances.

Prerequisites

  • User should have a working webMethods.ioIntegration tenant.

  • User should have a working Amazon account.

Steps

  1. Login to webMethods.ioIntegration tenant and create a Workflow.

  2. Drag and drop the Amazon EC2 connector to the workflow palette.

  3. Click the Settings to configure the Amazon EC2 connector. Select the describeInstances action and add an account to authorize it.
    Image description

  4. In the next screen, click Next. Test the action and click Done.

  5. Drag and drop the Loop to the workflow palette.

  6. Click on Settings of Loop to configure it. Select Loop Type as Each Item and map the response from the describeInstances to the Source Array/Object as shown below.
    Image description

  7. In the next screen, click Next. Test the action and click Done.

  8. Double click on loop to configure the action for the loop.

Find the next steps in the original article in the Software AG Tech Community

Top comments (0)