Skip to main content

AWS Context

Description

This Activity connects to AWS and performs actions within it.

Properties

Authentication

  • Authentication Type – Choose the preferred authentication mechanism for AWS service. Refer to AWS Service User for instructions on creating a service user and collecting the required information.

Authentication using Profile

  • Profile Name – AWS credential Profile name stored locally.

Authentication using Access Key

  • Access Key Id – Access Key Id from service user created for AWS programmatic access.
  • Region - Specify the Region to which we should connect.
  • Secret Key – Secret access key corresponding to access key ID.

Misc

  • DisplayName – Add a display name to your Activity.
  • Private – Logs the variable and argument values at the Verbose level when unchecked.

Optional

  • Continue On Error – It Specifies whether the automation should continue even when the Activity throws an error. If True, the Activity continues without throwing any exceptions. If False, the Activity throws an exception. The default value is False.
note

Catches no error if this Activity is present inside the Try-Catch block and the value of this property is True.

Example

Download Example

AWS Context