How to Connect to AWS in IM

This feature handles connection between IntegrationManager and AWS. The feature is used and configured in the ConfigServer and Integration Engineers typically do not work with it.

Implementation

Only S3Client is implemented now. Once respective properties are set, S3Client is available.

Properties

Property

Default Value

Description

Property

Default Value

Description

integration.aws.enabled

false

If set to true, AWS access is enabled.

integration.aws.region

eu-west-1

Default region. Choose from AWS available regions.

integration.aws.access-key

 

Access key to your AWS account.

integration.aws.secret-key

 

Secret key to your AWS account.

integration.aws.session-token

 

Session token. Used when access should be limited to a single session.

integration.aws.endpoint

 

If set, the client will connect to the specified URL instead of using the default AWS location.

 

IntegrationManager version 5.8.0