IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

Connection from MFT 10.7 Failing to Amazon S3

  • 1.  Connection from MFT 10.7 Failing to Amazon S3

    Posted Fri February 04, 2022 12:36 PM

    We aren’t able to establish the connectivity from MFT 10.7 to Amazon S3 bucket. It is failing with error - Amazon S3 Exception : Connection Refused
    I saw this post though have couple of question -
    AMAZON-S3 not Connecting MFT 10.7 - Forum - webMethods - Software AG Tech Community & Forums

    Under VFS, we use Access Token ID & Secret Key to connect to AWS. So when we say , we should assign below permission to the user , does it mean -these permission should be assigned to the above Token ID ?
    Please suggest -

    “s3:GetBucketLocation”,
    “s3:ListBucket”
    “s3:GetObject”,
    “s3:PutObject”,
    “s3:DeleteObject”


    #B2B-Integration
    #webMethods
    #Managed-File-Transfer


  • 2.  RE: Connection from MFT 10.7 Failing to Amazon S3

    Posted Sat February 05, 2022 08:54 AM

    Hi Saurav,

    “Connection refused” usually suggests Amazon s3 itself is not accessible from the environment.
    If it were credential issue, error message would be access denied.

    Access token id and secret key are part of credentials of a user and please make sure that, that user has access to list, upload, download, delete files from the S3 bucket configured.

    Regards
    Biswa


    #Managed-File-Transfer
    #B2B-Integration
    #webMethods