diff --git a/content/docs/insights/_index.md b/content/docs/insights/_index.md index 52d345b4fd17..e7eb79e5076b 100644 --- a/content/docs/insights/_index.md +++ b/content/docs/insights/_index.md @@ -10,7 +10,7 @@ menu: expanded_menu_ids: - insights-get-started - insights-concepts -meta_desc: Pulumi Insights provides intelligent infrastructure management with AI-powered, asset management, and compliance remediation across all your cloud resources. +meta_desc: Pulumi Insights is an intelligent infrastructure management service to discover, understand, manage, and improve any cloud infrastructure. meta_image: /images/docs/meta-images/insights-meta.png h1: Pulumi Insights Documentation description: | @@ -28,7 +28,7 @@ sections: - type: flat heading: Overview description_md: | - Pulumi Insights is an intelligent infrastructure management service to discover, understand, manage, and improve any cloud infrastructure, including resources not provisioned by Pulumi IaC such as AWS CloudFormation, Microsoft ARM, HashiCorp Terraform, or even manually. Insights improves security, compliance, and efficiency through AI-powered asset and compliance management. + Pulumi Insights is an intelligent infrastructure management service to discover, understand, manage, and improve any cloud infrastructure, including resources not provisioned by Pulumi IaC such as AWS CloudFormation, Microsoft ARM, Terraform, or those created manually. Insights improves security, compliance, and efficiency through AI-powered asset and compliance management. With Pulumi Insights, you can: - **Stay secure**: Detect security violations and remediate using security best practices. @@ -42,7 +42,7 @@ sections: cards: - heading: Discover link: /docs/insights/concepts/ - description: Scan and sync all of your infrastructure to bring it under a single pane of glass, so you can understand the structure and status of your cloud footprint. + description: Scan and sync all of your infrastructure to bring it under a single pane of glass, so you can understand the structure and status of your with footprint. - heading: Advanced Resource Search description: Find important insights about your cloud infrastructure using structured queries or natural language Pulumi AI assist to quickly locate resources. link: /docs/insights/search/ diff --git a/content/docs/insights/concepts/_index.md b/content/docs/insights/concepts/_index.md index f6ec10ecc680..6a81bee5ffb6 100644 --- a/content/docs/insights/concepts/_index.md +++ b/content/docs/insights/concepts/_index.md @@ -17,20 +17,20 @@ Pulumi Insights provides advanced search, analytics, and AI for your infrastruct It provides: -- **Resource Search**: Explore all of your resources under management. +- **Resource Search**: Explore all of your resources under management by stack or account. Filter, group, search, and sort resources by stack, project, or a number of other dimensions. - **Resource Search Aggregates**: See aggregates at a glance for your resources under management. Start with a birds-eye view of your infrastructure, and leverage features like search, grouping, and filtering to dig deeper. +- **Cloud Import**: Bring your own cloud provider account and import all your existing resources into Pulumi to see how things break down. Zero code required. + - **Resource Search Favoriting and Sharing**: Save your updated view as a favorite in the left nav like stacks or share it with your teammates. - **Resource Search AI Assist**: (experimental) Use natural language processing to help craft search queries to explore your data. - **Data Export**: Export your Pulumi resources into your business intelligence tool of choice to go even further. -- **Cloud Import**: Bring your own cloud provider account and import all your existing resources into Pulumi to see how things break down. Zero code required. - ## Resource search Resource Search can be accessed directly from the Pulumi Cloud dashboard or from the side navigation by navigating to **Resources**. diff --git a/content/docs/insights/get-started/_index.md b/content/docs/insights/get-started/_index.md index 273d6555414c..c735809a4868 100644 --- a/content/docs/insights/get-started/_index.md +++ b/content/docs/insights/get-started/_index.md @@ -15,7 +15,7 @@ Pulumi Insights is an intelligent infrastructure management service that helps y Pulumi Insights give you the tools to: -- **Discover**: Scan and sync all your cloud infrastructure – including resources provisioned manually or through other tools like Terraform, CloudFormation, and ARM – to bring everything under a single pane of glass. Gain complete visibility across clouds, regions, and accounts. +- **Discover**: Scan and sync all your cloud infrastructure – including resources provisioned manually or through other tools like Terraform, CloudFormation, Kubernetes and ARM – to bring everything under a single pane of glass. Gain complete visibility across clouds, regions, and accounts. - **Understand**: Analyze your cloud infrastructure with powerful search and AI-driven insights. Use natural language queries to find resources, identify underutilized or untagged assets, and uncover trends that help you align with business goals. diff --git a/content/docs/insights/get-started/account-management.md b/content/docs/insights/get-started/account-management.md index d7b32e206072..63ff99f8429d 100644 --- a/content/docs/insights/get-started/account-management.md +++ b/content/docs/insights/get-started/account-management.md @@ -25,7 +25,7 @@ For example, AWS enables you to divide you infrastructure into regions and Insig - Child account (region): `insights-aws-account/us-central-1` - Child account (region): `insights-aws-account/us-west-1` -It's important to note that if you **San** or **Delete** the `insights-aws-account` account, Pulumi applies this action to all child accounts. +It's important to note that if you **Scan** or **Delete** the `insights-aws-account` account, Pulumi applies this action to all child accounts. For a detailed explanation and more examples of how child accounts and hierarchies work see the [Insights accounts documentation](/docs/pulumi-cloud/insights/accounts/#account-hierarchies) diff --git a/content/docs/insights/get-started/begin.md b/content/docs/insights/get-started/begin.md index ed6ed90175ca..a23eea38ea6b 100644 --- a/content/docs/insights/get-started/begin.md +++ b/content/docs/insights/get-started/begin.md @@ -66,9 +66,7 @@ This will set up a trust relationship to allow Pulumi Cloud to assume the role u }, "Condition": { "StringEquals": { - "api.pulumi.com/oidc:aud": [ - "pulumi" - ] + "api.pulumi.com/oidc:aud": "aws:" } } }