Error 9011 when creating a adf linked service from amazon S3

Galih 111 Reputation points
2023-04-17T11:32:18.9666667+00:00

Hello I'm getting error 9011 when creating a adf linked service from amazon S3. linked service error 9011

User's image

AWS S3 bucket Region : Asia Pacific (Hong Kong) ap-east-1.

Any help or assistance would be appreciated. Thanks.

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,625 questions
0 comments No comments
{count} votes

Accepted answer
  1. PRADEEPCHEEKATLA 90,641 Reputation points Moderator
    2023-04-18T06:43:43.7633333+00:00

    Hello @Galih - Thanks for the question and using MS Q&A platform.

    The service URL for creating a linked service to an AWS S3 bucket in the Asia Pacific (Hong Kong) region (ap-east-1) is:

    https://s3.ap-east-1.amazonaws.com
    

    When creating the linked service in Azure Data Factory, you will need to specify this service URL as the endpoint for the S3 bucket. You will also need to provide the access key and secret key for the AWS account that has access to the S3 bucket. User's image

    Here are the high-level steps to create a linked service for an AWS S3 bucket in Azure Data Factory:

    1. In the Azure Data Factory portal, navigate to the Author & Monitor tab and click on the "New linked service" button.
    2. Select "Amazon S3" as the type of linked service.
    3. In the "Basic" tab, enter a name for the linked service and select the appropriate authentication method (Access Key or IAM Role).
    4. In the "Connection" tab, enter the access key and secret key for the AWS account that has access to the S3 bucket.
    5. Enter the service URL for the S3 bucket in the "Endpoint" field. For the Asia Pacific (Hong Kong) region, the service URL is https://s3.ap-east-1.amazonaws.com.
    6. Click the "Test connection" button to verify that the linked service can connect to the S3 bucket.
    7. Save the linked service.

    After creating the linked service, you can use it in a pipeline to copy data from the S3 bucket to your destination data store.

    For more details, refer to the below link: S3 createBucket sends us-east-1 region by default Hope this helps. Do let us know if you any further queries.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.