- 08 Jun 2023
- 1 Minute to read
- Print
- DarkLight
Amazon Web Services Module
- Updated on 08 Jun 2023
- 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.
Configuration
The following steps demonstrate how to configure the Amazon WebServices Settings.
- 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.
Refer to the following table for all the settings.
Setting Name Description Default Region Set Default Region Use Temp Credentials for S3 When Enabled, it opens 2 new fields to enter the Role and External ID. Use SNS Allows to configure the SNS topic Use SQS Allows to configure the SQS Queues Access Key ID Enter the Access Key. For more information, refer to Managing access keys for IAM users. Secret Access Key Enter the Secret Access Key. For more information, refer to Managing access keys for IAM users.
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 |
Feature Changes
Description | Version | Date | Developer Task |
---|---|---|---|
Added AssumeRoleAPI for S3 Buckets | 8.12 | 07 Jun 2023 | [DT-037443] |