How to get started with the services and create resources
In the Yandex Cloud management console, you can navigate to a desired service and create resources via the dashboard or left-hand panel.
Note
If you have no button for navigation to the dashboard, activate a new interface. Do it in the management console
How to open a service's page
Navigating to a service from the left-hand panel
- In the management console
, select a folder. - In the left-hand panel, click
All services. - In the Search services line, enter the name of the service.
- Select the service.

Navigating to a service from the dashboard
- In the management console
, select a folder. - In the left-hand panel, click
Dashboard. - In Search services, enter the the name of the service.
- Under Resources, select the service.

How to create a resource
Creating a resource using the left-hand panel
- In the management console
, select a folder. - In the left-hand panel, click
Create resource. - Select the resource.

Creating a resource using the dashboard
- In the management console
, select a folder. - In the left-hand panel, click
Dashboard. - Click Create resource
to the right. - Select the resource.

Generating code to create a resource
When creating a resource via the management console, you can generate code for Terraform, CLI, or API. The code is generated automatically based on your settings in the management console. No manual input is required.
To generate code to create a resource:
-
Navigate to resource creation in the management console
. -
Fill out the required fields and click
Code generation. -
In the window that opens, select one of the tabs:
Note
The choice of tabs available to you will depend on whether it is possible to create this type of resource in the tool.
TerraformYandex Cloud CLIAPI(gRPC)Select
Terraform codeand copy the resource creation command.To get information about the Terraform provider resource, click
Terraform documentation.Select
CLI codeand copy the resource creation command.To get information about the CLI command, click
CLI documentation.To go to Cloud Shell, click
Open Cloud Shell.Select
API codeand copy the resource creation request.To get information about the Yandex Cloud API request, click
API documentation.To go to Cloud Shell, click
Open Cloud Shell.