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
Создание учетной записи для Amazon S3
    • Шаг 1: Создайте IAM-политику
    • Шаг 2: Создайте IAM-пользователя и назначьте политику
    • Шаг 3: Генерация ключей доступа

Создание учетной записи для Amazon S3

Для доступа к данным в S3 с помощью Renta необходимо создать учетные данные доступа (access credentials). Данные учетные данные включают ключ доступа (Access Key) и секретный ключ доступа (Secret Access Key).

Для их создания выполните шаги, которые мы рассматриваем в этом руководстве.

Шаг 1: Создайте IAM-политику

Создайте IAM-политику с разрешениями PutObject, GetObject, DeleteObject и ListBucket , которые необходимы для работы Renta с файлами вашем S3-бакета.

  1. Войдите в консоль AWS IAM.

  2. В левом меню выберите Policies (Политики) и нажмите Create policy (Создать политику).

  3. На странице Specify permissions выберите вкладку JSON:

  4. Во вкладку JSON вставьте следующий код:

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>/*" ] } ] }

Замените <your_bucket_name> на имя вашего S3-бакета. Нажмите Next, затем укажите имя политики и нажмите Create policy.

Шаг 2: Создайте IAM-пользователя и назначьте политику

  1. Войдите в консоль AWS IAM.

  2. В левом меню выберите Users (Пользователи) и нажмите Create user (Создать пользователя).

  3. На странице Specify user details задайте имя пользователя и нажмите Next.

  4. На странице Set permissions выберите Attach policies directly и отметьте созданную на предыдущем шаге политику.


    Нажмите Next.

  5. Нажмите Create user для завершения создания пользователя.

Шаг 3: Генерация ключей доступа

  1. В IAM Console на странице Users выберите созданного пользователя.

  2. Перейдите на вкладку Security credentials.

  3. В разделе Access keys нажмите Create access key.

  4. Выберите Command Line Interface (CLI) и отметьте галочкой согласие с условиями.

  5. Нажмите Create access key.

Скопируйте Access Key и Secret Access Key и сохраните их в надежном месте. Теперь вы можете перейти к добавлению Amazon S3 в качестве точки назначения в ваших 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: