- 18 May 2022
- 1 Minute to read
-
Print
-
DarkLight
Amazon Web Services Module
- Updated on 18 May 2022
- 1 Minute to read
-
Print
-
DarkLight
Module Details | |
Installation Location | Core Module |
Step Location | Integration > Amazon AWS |
Settings Location | System > Settings > Amazon WebServices Settings |
Prerequisites |
|
Overview
The Amazon Web Services (AWS) module allows users to integrate with the AWS cloud computing platform. and provides steps used to interact with the AWS services, such as SageMaker, SNS, SQS, and Kinesis.
Example
This example will demonstrate how to configure the AWS module.
- In Decisions Studio, navigate to System > Settings. Right-click Amazon WebServices Settings and click Edit.
- Enter the Access Key ID and Secret Access Key from the active AWS account in the corresponding fields. Click OK to save credentials.The AWS Access Key ID and Secret Access Key are found under the Security Credentials section of the AWS Management Console.
Steps
The following steps are listed under Integration > Amazon AWS
Get All Region Names
The Get All Region Names step returns a list of all the RegionSystemName and DisplayName of all currently active AWS Regions.
Get Region From Display Name
The Get Region From Display Name step checks if a string input matches the DisplayName for an AWS Region. If there is a match, the AWS Region is returned.
Input | Description |
---|---|
Display Name | String input used for comparison |
Get Region From System Name
The Get Region From System Name step checks if a string input matches the RegionSystemName for an AWS Region. If there is a match, the AWS Region is returned.
Input | Description |
---|---|
System Name | String input used for comparison |
Setup AWS Region
The Setup AWS Region step returns the selected AWS Region from a dropdown
Input | Description |
---|---|
Selected Region | The AWS Region selected from the dropdown |