AWS Connection Details

To establish the connection to the connector, you must specify the following configurations in the AWS Connector dialog box.

The AWS Connector dialog box contains the following fields:
Field Description
Name

Specify a unique name for the connection that you are creating. This is displayed in the Connection Name drop-down list for all the activities in the connector.

Description A short description of the connection.
Custom Endpoint (Optional) To enable the AWS connection to an AWS or AWS compatible service running at the URL specified in the Endpoint field, set this field to True.
Endpoint This field is available only when Custom Endpoint is set to True.

Enter the service endpoint URL in the following format: <protocol>://<host>:<port>. For example, you can configure a MinIO cloud storage server endpoint.

Region Region for Amazon Connection.
Access key ID Access key ID of the AWS account (from the Security Credentials field of IAM Management Console). For details, see the AWS documentation.
Secret access key Enter the secret access key. This is the access key ID that is associated with your AWS account. For details, see the AWS documentation.
Use Assume Role This enables you to assume a role from another AWS account. By default, it is set to False (indicating that you cannot assume a role from another AWS account).
When set to True, provide the following information:
  • Role ARN - Amazon Resource Name of the role to be assumed
  • Role Session Name - Any string used to identify the assumed role session
  • External ID - A unique identifier that might be required when you assume a role in another account
  • Expiration Duration - The duration in seconds of the role session. The value can range from 900 seconds (15 minutes) to the maximum session duration setting that you specify for the role.

For details, see the AWS documentation