Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
Yandex Managed Service for Apache Airflow™
  • Getting started
    • All guides
      • Uploading a file to Yandex Object Storage
      • Connecting to a Yandex Object Storage bucket with a bucket policy
      • Reading a file from Yandex Object Storage
    • Working with Apache Airflow™ interfaces
    • Transferring logs from Apache Airflow™ to Cloud Logging
  • Access management
  • Pricing policy
  • Terraform reference
  • Yandex Monitoring metrics
  • Release notes
  • FAQ

In this article:

  • Getting started
  • Prepare the Apache Airflow™ cluster
  • Test the connection
  1. Step-by-step guides
  2. Working with Yandex Object Storage
  3. Connecting to a Yandex Object Storage bucket with a bucket policy

Connecting to a Yandex Object Storage bucket with a bucket policy

Written by
Yandex Cloud
Updated at February 11, 2025
  • Getting started
  • Prepare the Apache Airflow™ cluster
  • Test the connection

In Yandex Managed Service for Apache Airflow™, you can work with an Yandex Object Storage bucket with bucket policies configured. You access the bucket from a separate DNS zone through an internal load balancer used to distribute traffic among NAT instances. The described connection is shown below. An Apache Airflow™ cluster will be used in place of the test-s3-vm VM.

Getting startedGetting started

  1. Create a network infrastructure to access the Object Storage bucket as shown on the picture above. For information on how to create such an infrastructure, see this tutorial.
  2. Test the new infrastructure.
  3. To connect to the bucket you created via Apache Airflow™, edit the bucket access policy. To do this, in the Action parameter, specify operations allowed for Apache Airflow™: "s3:GetObject, s3:ListBucket". After that, apply the changes using the terraform apply command.

Prepare the Apache Airflow™ clusterPrepare the Apache Airflow™ cluster

  1. Create a service account named my-account with the vpc.user and managed-airflow.integrationProvider roles.
  2. Grant the READ permission for the bucket you created earlier to the my-account service account.
  3. Create an Apache Airflow™ cluster and specify the my-account service account in it.

Test the connectionTest the connection

To test the connection to the Object Storage bucket, upload the DAG file to the bucket The DAG should be displayed in the Apache Airflow™ web interface.

Was the article helpful?

Previous
Uploading a file to Yandex Object Storage
Next
Reading a file from Yandex Object Storage
© 2025 Direct Cursus Technology L.L.C.