Skip to content

Commit

Permalink
Adding in feedback from Tyler
Browse files Browse the repository at this point in the history
  • Loading branch information
interurban committed Dec 27, 2024
1 parent 0cb3be0 commit 9d46d41
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 11 deletions.
6 changes: 3 additions & 3 deletions content/docs/insights/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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.
Expand All @@ -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/
Expand Down
6 changes: 3 additions & 3 deletions content/docs/insights/concepts/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**.
Expand Down
2 changes: 1 addition & 1 deletion content/docs/insights/get-started/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion content/docs/insights/get-started/account-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
4 changes: 1 addition & 3 deletions content/docs/insights/get-started/begin.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:<ORG_NAME>"
}
}
}
Expand Down

0 comments on commit 9d46d41

Please sign in to comment.