From 80aa5a17f47e5c864e3927ae3f99993d00a7c10b Mon Sep 17 00:00:00 2001 From: Shalev Avhar Date: Tue, 21 Oct 2025 14:31:35 +0300 Subject: [PATCH 1/2] docs: update AWS integration references to "AWS On-Premise" for consistency across documentation --- .../cloud-providers/aws-v3/Overview.md | 2 +- .../cloud-providers/aws/_category_.json | 2 +- .../sync-data-to-catalog/cloud-providers/aws/aws.md | 10 +++++----- .../cloud-providers/aws/installations/installation.md | 4 ++-- .../cloud-providers/aws/installations/multi_account.md | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws-v3/Overview.md b/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws-v3/Overview.md index 6035fa55f7..b33f8c2a5d 100644 --- a/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws-v3/Overview.md +++ b/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws-v3/Overview.md @@ -35,7 +35,7 @@ We're actively working on adding support for additional AWS resource types to pr ## Key advantages -AWS Hosted by Port provides several advantages over the [self-hosted AWS integration](/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/installations/installation.md): +AWS Hosted by Port provides several advantages over the [AWS On-Premise integration](/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/installations/installation.md): - **Fully hosted**: No infrastructure to maintain, update, or monitor. - **Simplified installation**: Just deploy CloudFormation templates to create IAM roles. diff --git a/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/_category_.json b/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/_category_.json index 7597159280..9e4a7effd8 100644 --- a/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/_category_.json +++ b/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/_category_.json @@ -1,4 +1,4 @@ { - "label": "AWS", + "label": "AWS On-Premise", "position": 11 } diff --git a/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws.md b/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws.md index e1baf23bbf..4519d8de55 100644 --- a/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws.md +++ b/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws.md @@ -7,9 +7,9 @@ import TabItem from "@theme/TabItem"; import Image from "@theme/IdealImage"; import MetricsAndSyncStatus from "/docs/build-your-software-catalog/sync-data-to-catalog/templates/_metrics_and_sync_status.mdx" -# AWS +# AWS On-Premise -Port's AWS integration allows you to import your AWS resources into Port, according to your configuration. +Port's AWS On-Premise integration allows you to import your AWS resources into Port, according to your configuration. After the initial import of data, the integration will also listen to live events from AWS to update data in Port in real time. The integration with AWS supports real-time event processing, which allows for an accurate **real-time** representation of your AWS infrastructure inside Port. @@ -18,7 +18,7 @@ The integration with AWS supports real-time event processing, which allows for a Port's AWS integration is open source, view the source code [**here**](https://github.com/port-labs/ocean/tree/main/integrations/aws). ::: -## 💡 AWS integration common use cases +## 💡 AWS On-Premise integration common use cases Easily fill your software catalog with data directly from your AWS Organization, for example: @@ -34,7 +34,7 @@ The AWS integration allows you to perform extract, transform, load (ETL) on data ## Getting started -Continue to the [installation](./installations/installation.md) guide to learn how to install the AWS integration. +Continue to the [installation](./installations/installation.md) guide to learn how to install the AWS On-Premise integration. ## Multiple accounts support @@ -48,7 +48,7 @@ The mapping makes use of the [JQ JSON processor](https://stedolan.github.io/jq/m ### Default mapping configuration -This is the default mapping configuration you get after installing the AWS integration. +This is the default mapping configuration you get after installing the AWS On-Premise integration.
Default mapping configuration (Click to expand) diff --git a/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/installations/installation.md b/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/installations/installation.md index f556dcbd7b..2f20dc779f 100644 --- a/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/installations/installation.md +++ b/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/installations/installation.md @@ -11,7 +11,7 @@ import IntegrationVersion from "/src/components/IntegrationVersion/IntegrationVe ## Permissions - To get Port API credentials, you check out the [Port API documentation](/build-your-software-catalog/custom-integration/api/#find-your-port-credentials). -- In order to successfully deploy the AWS integration, it's crucial to ensure that the user who deploys the integration in the AWS Organization has the appropriate access permissions to create all of the relevant resources (ECS, IAM, and VPC). +- In order to successfully deploy the AWS On-Premise integration, it's crucial to ensure that the user who deploys the integration in the AWS Organization has the appropriate access permissions to create all of the relevant resources (ECS, IAM, and VPC). :::tip Multiple Account Support To do the following: @@ -29,7 +29,7 @@ Choose one of the following installation methods: -The AWS integration is deployed using Helm on you cluster. +The AWS On-Premise integration is deployed using Helm on you cluster. You can check out the Helm chart [here](https://github.com/port-labs/helm-charts/tree/main/charts/port-ocean). ## Prerequisites diff --git a/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/installations/multi_account.md b/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/installations/multi_account.md index b05428a34f..e99148f03f 100644 --- a/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/installations/multi_account.md +++ b/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/installations/multi_account.md @@ -6,7 +6,7 @@ import CenterRoundedImage from "/src/components/CenterRoundedImage/index.jsx"; # Multi account support -This guide will provide you with the necessary tools for enabling our Ocean AWS Integration to digest multiple account's data. +This guide will provide you with the necessary tools for enabling our Ocean AWS On-Premise Integration to digest multiple account's data. ## Prerequisites From a8130704a35ec53808da61452b23bbd0c50dbc02 Mon Sep 17 00:00:00 2001 From: Shalev Avhar Date: Tue, 21 Oct 2025 17:23:10 +0300 Subject: [PATCH 2/2] docs: standardize "AWS On-Premise" to "AWS on-premise" across documentation for consistency --- .../cloud-providers/aws-v3/Overview.md | 2 +- .../cloud-providers/aws/_category_.json | 2 +- .../sync-data-to-catalog/cloud-providers/aws/aws.md | 10 +++++----- .../cloud-providers/aws/installations/installation.md | 4 ++-- .../cloud-providers/aws/installations/multi_account.md | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws-v3/Overview.md b/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws-v3/Overview.md index b33f8c2a5d..5378510b7d 100644 --- a/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws-v3/Overview.md +++ b/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws-v3/Overview.md @@ -35,7 +35,7 @@ We're actively working on adding support for additional AWS resource types to pr ## Key advantages -AWS Hosted by Port provides several advantages over the [AWS On-Premise integration](/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/installations/installation.md): +AWS Hosted by Port provides several advantages over the [AWS on-premise integration](/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/installations/installation.md): - **Fully hosted**: No infrastructure to maintain, update, or monitor. - **Simplified installation**: Just deploy CloudFormation templates to create IAM roles. diff --git a/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/_category_.json b/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/_category_.json index 9e4a7effd8..16a57a1050 100644 --- a/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/_category_.json +++ b/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/_category_.json @@ -1,4 +1,4 @@ { - "label": "AWS On-Premise", + "label": "AWS on-premise", "position": 11 } diff --git a/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws.md b/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws.md index 4519d8de55..45725bf64b 100644 --- a/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws.md +++ b/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws.md @@ -7,9 +7,9 @@ import TabItem from "@theme/TabItem"; import Image from "@theme/IdealImage"; import MetricsAndSyncStatus from "/docs/build-your-software-catalog/sync-data-to-catalog/templates/_metrics_and_sync_status.mdx" -# AWS On-Premise +# AWS on-premise -Port's AWS On-Premise integration allows you to import your AWS resources into Port, according to your configuration. +Port's AWS on-premise integration allows you to import your AWS resources into Port, according to your configuration. After the initial import of data, the integration will also listen to live events from AWS to update data in Port in real time. The integration with AWS supports real-time event processing, which allows for an accurate **real-time** representation of your AWS infrastructure inside Port. @@ -18,7 +18,7 @@ The integration with AWS supports real-time event processing, which allows for a Port's AWS integration is open source, view the source code [**here**](https://github.com/port-labs/ocean/tree/main/integrations/aws). ::: -## 💡 AWS On-Premise integration common use cases +## 💡 AWS on-premise integration common use cases Easily fill your software catalog with data directly from your AWS Organization, for example: @@ -34,7 +34,7 @@ The AWS integration allows you to perform extract, transform, load (ETL) on data ## Getting started -Continue to the [installation](./installations/installation.md) guide to learn how to install the AWS On-Premise integration. +Continue to the [installation](./installations/installation.md) guide to learn how to install the AWS on-premise integration. ## Multiple accounts support @@ -48,7 +48,7 @@ The mapping makes use of the [JQ JSON processor](https://stedolan.github.io/jq/m ### Default mapping configuration -This is the default mapping configuration you get after installing the AWS On-Premise integration. +This is the default mapping configuration you get after installing the AWS on-premise integration.
Default mapping configuration (Click to expand) diff --git a/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/installations/installation.md b/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/installations/installation.md index 2f20dc779f..d574652435 100644 --- a/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/installations/installation.md +++ b/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/installations/installation.md @@ -11,7 +11,7 @@ import IntegrationVersion from "/src/components/IntegrationVersion/IntegrationVe ## Permissions - To get Port API credentials, you check out the [Port API documentation](/build-your-software-catalog/custom-integration/api/#find-your-port-credentials). -- In order to successfully deploy the AWS On-Premise integration, it's crucial to ensure that the user who deploys the integration in the AWS Organization has the appropriate access permissions to create all of the relevant resources (ECS, IAM, and VPC). +- In order to successfully deploy the AWS on-premise integration, it's crucial to ensure that the user who deploys the integration in the AWS Organization has the appropriate access permissions to create all of the relevant resources (ECS, IAM, and VPC). :::tip Multiple Account Support To do the following: @@ -29,7 +29,7 @@ Choose one of the following installation methods: -The AWS On-Premise integration is deployed using Helm on you cluster. +The AWS on-premise integration is deployed using Helm on you cluster. You can check out the Helm chart [here](https://github.com/port-labs/helm-charts/tree/main/charts/port-ocean). ## Prerequisites diff --git a/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/installations/multi_account.md b/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/installations/multi_account.md index e99148f03f..5736270286 100644 --- a/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/installations/multi_account.md +++ b/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/installations/multi_account.md @@ -6,7 +6,7 @@ import CenterRoundedImage from "/src/components/CenterRoundedImage/index.jsx"; # Multi account support -This guide will provide you with the necessary tools for enabling our Ocean AWS On-Premise Integration to digest multiple account's data. +This guide will provide you with the necessary tools for enabling our Ocean AWS on-premise Integration to digest multiple account's data. ## Prerequisites