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 – Name of AWS credential profile stored in local machine.

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 though this Activity fails. This field only supports Boolean values (True, False). The default value is False.
    note

    If this Activity is present inside Try Catch and the value of this property is True, it will ignore errors during the automation execution.

Example

Download Example

AWS Context