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
Yandex Virtual Private Cloud
  • Getting started
    • All guides
      • Creating a service connection
      • Getting information about a service connection
      • Assigning an access policy in Object Storage for a service connection
      • Deleting a service connection
    • Enabling a software-accelerated network
    • Chart of network connections
    • Viewing operations with resources
  • DDoS Protection
  • Access management
  • Terraform reference
  • Audit Trails events
  • Release notes
  • FAQ
  1. Step-by-step guides
  2. Service connections
  3. Getting information about a service connection

Getting information about a service connection

Written by
Yandex Cloud
Updated at May 5, 2025

Warning

The VPC Private Endpoints feature is at the Preview stage. To request access to the feature, contact your account manager.

CLI

If you do not have the Yandex Cloud CLI yet, install and initialize it.

The folder specified when creating the CLI profile is used by default. To change the default folder, use the yc config set folder-id <folder_ID> command. You can specify a different folder using the --folder-name or --folder-id parameter.

  1. View the description of the CLI command for getting information about a service connection (private endpoint):

    yc vpc private-endpoint get --help
    
  2. Get information about a service connection by specifying its name or ID:

    yc vpc private-endpoint get s3-vpc-link
    

    The command result will be as follows:

    id: enpd7***************
    folder_id: b1g23***************
    created_at: "2024-08-31T16:23:33.859574Z"
    name: s3-vpc-link
    description: Private Endpoint to the Object Storage
    network_id: enpgi***************
    status: AVAILABLE
    address:
      subnet_id: e2l8b***************
      address: 10.128.0.10
      address_id: e2ldn***************
    dns_options: {}
    object_storage: {}
    

Was the article helpful?

Previous
Creating a service connection
Next
Assigning an access policy in Object Storage for a service connection
Yandex project
© 2025 Yandex.Cloud LLC