Renta
Renta
  • Product
    Product
    • First-party tracking

      Powerful server-side solution for collect and connect customer data

    • Marketing ETL

      Create secure customer’s data pipelines to any data warehouses

    • ETL Add-on for Google Sheets

      The easiest way to collect your marketing data into spreadsheets

  • Resources
    Resources
    • Blog

      Stories on how to use customer data for company growth

    • Documentation

      Learn how to install, set up, and use Renta tools.

  • Pricing
  • Book a demo
  • Sign in
Sign up for free
  • Product
    Product
    • First-party tracking

      Powerful server-side solution for collect and connect customer data

    • Marketing ETL

      Create secure customer’s data pipelines to any data warehouses

    • ETL Add-on for Google Sheets

      The easiest way to collect your marketing data into spreadsheets

  • Resources
    Resources
    • Blog

      Stories on how to use customer data for company growth

    • Documentation

      Learn how to install, set up, and use Renta tools.

  • Pricing
  • Book a demo
  • Sign in
Sign up for free
Renta
Documentation
Destinations
Create Amazon S3 credentials
Create Amazon S3 credentials
    • Create an IAM Policy
    • Create an IAM user and assign a policy
    • Generate access keys

Create Amazon S3 credentials

To access data in S3 using Renta, you need to create access credentials. These credentials consist of an Access Key and a Secret Access Key. Follow the steps below to create and configure these credentials.

Create an IAM Policy

Create an IAM policy with the PutObject, GetObject, DeleteObject, and ListBucket permissions. These permissions are necessary for Renta to interact with your S3 bucket.

  1. Log in to the AWS IAM Console.

  2. From the left-hand menu, navigate to Policies and click Create policy.

  3. On the Specify permissions page, switch to the JSON tab.

  4. Paste the following JSON policy into the editor:

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 { "Version": "2012-10-17", "Statement": [ { "Sid": "VisualEditor0", "Effect": "Allow", "Action": [ "s3:GetObject", "s3:DeleteObject", "s3:PutObject", "s3:ListBucket" ], "Resource": [ "arn:aws:s3:::<your_bucket_name>", "arn:aws:s3:::<your_bucket_name>/*" ] } ] }

Replace <your_bucket_name> with the name of your S3 bucket. Click Next, then specify the policy name and click Create Policy.

Create an IAM user and assign a policy

  1. Log in to the AWS IAM console.

  2. From the left menu, select Users and click Create user.

  3. Set the user name on the Specify user details page and click Next.

  4. Select Attach policies directly on the Set permissions page and tick the policy created in the previous step.

    Click Next.

  5. Click Create user to complete the creation of the user.

Generate access keys

  1. In the IAM Console on the Users page, select the created user.

  2. Click the Security credentials tab.

  3. In the Access keys section, click Create access key.

  4. Select Command Line Interface (CLI) and tick the agree to terms and conditions checkbox.

  5. Click Create access key.

Copy the Access Key and Secret Access Key and save them in a safe place. You can now add Amazon S3 as a destination point in your Renta data pipelines.

Product
  • Marketing ETL
  • First-party data streaming
Popular data pipelines
  • Salesforce → Bigquery
  • Google Ads → Bigquery
  • Facebook Ads → Bigquery
Resources
  • Blog
  • Documentation
  • Privacy policy
  • Terms of service
  • [EBOOK] A modern data analytics stack in a post-cookie world
  • Enhanced Ecommerce Tracking via Google Tag Manager
  • Facebook Conversions API: Everything Marketers Need to Know

RENTA CDP LIMITED. All rights reserved.

Language: