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
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Security in Yandex Cloud
  • Key security principles
  • Division of responsibility
  • Compliance
  • Security measures on the Yandex Cloud side
  • Security tools available to cloud service users
  • User support policy during vulnerability scanning
  • Security bulletins
  • Public IP address ranges

In this article:

  • Authentication systems
  • Yandex ID accounts
  • Federated accounts
  • Service accounts
  • Network security
  • Additional data protection tools

Security tools available to cloud service users

Written by
Yandex Cloud
Updated at March 31, 2025
  • Authentication systems
    • Yandex ID accounts
    • Federated accounts
    • Service accounts
  • Network security
  • Additional data protection tools

Authentication systemsAuthentication systems

The following types of accounts are currently available to Yandex Cloud users:

  • Yandex accounts
  • Federated accounts
  • Service accounts

Yandex ID accountsYandex ID accounts

Yandex ID enables authentication and authorization of Yandex users and stores users' personal data. For authentication with your Yandex ID, use your username and password or your PIN and the Yandex.Key app if two-factor authentication is set up. If you pass authentication, Yandex ID sets a cookie for the yandex.TLD domain in your browser. Yandex.ID authenticates users, sets the cookies, and stores the cryptographic keys to control cookie integrity.

The set cookie is used by IAM to authenticate the user and issue them an IAM token to access the Yandex Cloud API. IAM stores the cryptographic keys used to control IAM token integrity.

To use the CLI, Yandex ID issues users an OAuth token. It's stored on the user's disk and used to get a temporary IAM token. In all cases, IAM tokens are valid for 24 hours and OAuth tokens are valid for one year from the date of issue. Yandex ID stores the cryptographic keys used to control OAuth token integrity.

Federated accountsFederated accounts

If an identity federation is used, the IAM service accepts a signed SAML token from a third-party identity provider. This token contains information about the authenticated user.

SAML token cryptographic signature keys are stored by the customer's identity provider. Therefore, it's the customer's responsibility to manage, use, and store the key safely. The public part of the key used for verifying the SAML token signature is set by the customer when configuring the identity federation and is then stored in IAM.

After receiving and verifying the SAML token signature, IAM creates and extends a user session using cookies. IAM stores and manages the cryptographic keys used to control cookie integrity.

Service accountsService accounts

Service accounts are a special type of account for accessing Yandex Cloud resources on behalf of an application. Service account authentication can be done using the following types of keys:

  • Authorized keys: RSA keys that are generated in IAM. Such keys can be downloaded by the user only once after their creation. IAM only stores the public part of the key. Its private part stays with the user. It is the user's responsibility to keep the private part safe. See Authorized keys.
  • Static keys used to access Message Queue (YMQ) and Yandex Object Storage. Copies of static keys are issued to the user immediately after they're created by IAM. Static keys are stored in IAM and used to check the integrity of requests to YMQ and Yandex Object Storage. See Static access keys compatible with the AWS API.
  • API keys used to access the Yandex Cloud API. API keys are used in some services for simplified authentication. See API key.

Network securityNetwork security

To protect the cloud network infrastructure hosted in Yandex Cloud, we recommend managing incoming and outgoing traffic and dividing the virtual networks of the Yandex Cloud environment into segments based on tasks.

For incoming traffic management, you should use a load balancer and VMs without public IPs. This reduces the attack surface and limits traffic to VMs using the appropriate protocols. You can integrate a network load balancer with Yandex DDoS Protection to safeguard your service from DDoS attacks. We recommend using virtual images or cloud services with a Web Application Firewall (WAF) to protect against Layer 7 (L7) DDoS attacks.

For outgoing traffic management, we recommend using VMs without public IPs and granting them internet access through a NAT instance that functions as a network gateway or proxy server.

For access control in Yandex Cloud, you can create a separate network for each of your development teams or each environment (development, testing, and production). With this approach, we recommend using network device images available on Cloud Marketplace to link networks to each other and control network flows between segments.

We also recommend connecting to your local infrastructure or the internet using a VPN instance, network images from Cloud Marketplace, or Yandex Cloud Interconnect.

Additional data protection toolsAdditional data protection tools

Yandex Cloud protects customer data using cryptography tools. The user can additionally secure their data using KMS (Key Management Service). It's designed to manage the user's cryptographic keys in Yandex Cloud and provides additional data encryption features.

Read more in the Yandex Key Management Service documentation.

Was the article helpful?

Previous
Security measures on the Yandex Cloud side
Next
All recommendations
Yandex project
© 2025 Yandex.Cloud LLC