Access Key Integration
- 18 Jul 2024
- Print
- DarkLight
- PDF
Access Key Integration
- Updated On 18 Jul 2024
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Overview
AWS Access Key Integration allows the Dataloop platform to securely connect with AWS services using access keys. This integration enables seamless interaction with AWS resources, allowing for automated data transfers, processing, and management tasks.
The AWS access key integration process involves:
Create an S3 Bucket
- Log in to the AWS Management Console.
- Go to Services > Storage and click the S3 service.
- Click Create bucket. The Create Bucket page is displayed.
- Provide a Bucket name.
- Select your AWS region from the list.
- Ensure you block public access settings for this bucket - Block all public access.
- For all other optional settings, use the default values.
- Click Create bucket. A confirmation message is displayed.
For a step-by-step guide on creating an S3 bucket in AWS, see Creating a bucket.
Create an IAM Policy
Create an IAM User
- Log in to the AWS Management Console.
- Go to Services and click All services. A list of services is displayed.
- Click the IAM service from the list.
- From the left portal menu, click Users.
- Click Add users.
- Enter a username.
- Ensure the Programmatic access checkbox is selected as the type of access you want to grant the user.
- Click Next. A Set Permissions page is displayed.
- Choose the Attach policies directly.
- Select the permission policy that you created for accessing your S3 bucket from the list.
- Click next.
- Click Create user. A confirmation message is displayed.
See Creating an IAM user in AWS for more information.
Create an Access Key for the IAM User
- Log in to the AWS Management Console.
- Go to Services and click All services. A list of services is displayed.
- Click the IAM service from the list.
- From the left portal menu, click Users.
- Find and click on the desired user (for example, a Dataloop user) for whom you want to create an access key.
- Click on the Security credentials tab.
- In the Access keys section, click Create access key.
- In the Access key best practices & alternatives, choose Application running outside AWS.
- Click Next.
- Enter a description that includes Dataloop.
- Click Create access key.
- Copy and save the Access Key and Secret Access Key in a secure location, or download the CSV file. The access key and secret access key are required for the integration phase.
- Click Done. It completes the access key creation process for the IAM user.
See Set up an S3 policy for setting up a policy in AWS.
Create an AWS Access Key Integration on Dataloop Platform
- Log in to the Dataloop platform.
- From the left-side panel, select Data Governance.
- Click Create Integration. A pop-up window is displayed.
- Integration Name: Enter a Name for the integration.
- Provider: Choose AWS from the list.
- Integration Type: Select the Access Key from the list.
- Key: Enter the IAM user’s access key ID that you noted while creating an access key for the IAM user.
- Secret: Enter the IAM user’s secret access key that you noted while creating an access key for the IAM user.
- Click Create Integration. A confirmation message is displayed.
Create S3 Storage Service on the Dataloop Platform
For more information, see the Create AWS S3 Storage Driver on the Dataloop Platform topic.