rec

Active Assist Recommender

ManagementGCP
General

General information about the service.

Description

Active Assist Recommender provides actionable recommendations to optimize your Google Cloud resources for cost, security, performance, and sustainability.

Service ID

recommender.googleapis.com

Resource Pattern

projects/{project}/locations/{location}/recommenders/{recommender}

Chat

Powered by AI

Talk to this service to learn more about it.

Suggested questions:

Naming

The conventions, rules, and restrictions for naming this service.

Naming Convention

rec-{workload}-{env}

Length

4-63

Valid Characters

Lowercase letters, numbers, hyphens

Scope

global

Code

Deploy your infrastructure as code using your preferred tooling.

Official DocumentationTerraform
terraform
1resource "google_project_service" "recommender" {
2 project = var.project_id
3 service = "recommender.googleapis.com"
4}
Utilities

Utilities to support app deployment or configuration.