Skip to content

Commit 8cd2662

Browse files
authored
Merge pull request #2928 from port-labs/PORTN-123-rename-old-aws-to-aws-on-prem-2
docs: update AWS integration references to "AWS On-Premise" for consistency across documentation
2 parents 93512c7 + 5ddb8f0 commit 8cd2662

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws-v3/Overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ We're actively working on adding support for additional AWS resource types to pr
3535

3636
## Key advantages
3737

38-
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):
38+
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):
3939

4040
- **Fully hosted**: No infrastructure to maintain, update, or monitor.
4141
- **Simplified installation**: Just deploy CloudFormation templates to create IAM roles.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"label": "AWS",
2+
"label": "AWS on-premise",
33
"position": 11
44
}

docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ import TabItem from "@theme/TabItem";
77
import Image from "@theme/IdealImage";
88
import MetricsAndSyncStatus from "/docs/build-your-software-catalog/sync-data-to-catalog/templates/_metrics_and_sync_status.mdx"
99

10-
# AWS
10+
# AWS on-premise
1111

12-
Port's AWS integration allows you to import your AWS resources into Port, according to your configuration.
12+
Port's AWS on-premise integration allows you to import your AWS resources into Port, according to your configuration.
1313
After the initial import of data, the integration will also listen to live events from AWS to update data in Port in real time.
1414

1515
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
1818
Port's AWS integration is open source, view the source code [**here**](https://github.com/port-labs/ocean/tree/main/integrations/aws).
1919
:::
2020

21-
## 💡 AWS integration common use cases
21+
## 💡 AWS on-premise integration common use cases
2222

2323
Easily fill your software catalog with data directly from your AWS Organization, for example:
2424

@@ -34,7 +34,7 @@ The AWS integration allows you to perform extract, transform, load (ETL) on data
3434

3535
## Getting started
3636

37-
Continue to the [installation](./installations/installation.md) guide to learn how to install the AWS integration.
37+
Continue to the [installation](./installations/installation.md) guide to learn how to install the AWS on-premise integration.
3838

3939
## Multiple accounts support
4040

@@ -48,7 +48,7 @@ The mapping makes use of the [JQ JSON processor](https://stedolan.github.io/jq/m
4848

4949
### Default mapping configuration
5050

51-
This is the default mapping configuration you get after installing the AWS integration.
51+
This is the default mapping configuration you get after installing the AWS on-premise integration.
5252

5353
<details>
5454
<summary><b>Default mapping configuration (Click to expand)</b></summary>

docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/installations/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import IntegrationVersion from "/src/components/IntegrationVersion/IntegrationVe
1111
## Permissions
1212

1313
- To get Port API credentials, you check out the [Port API documentation](/build-your-software-catalog/custom-integration/api/#find-your-port-credentials).
14-
- 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).
14+
- 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).
1515

1616
:::tip Multiple Account Support
1717
To do the following:
@@ -29,7 +29,7 @@ Choose one of the following installation methods:
2929

3030
<IntegrationVersion integration="aws" />
3131

32-
The AWS integration is deployed using Helm on you cluster.
32+
The AWS on-premise integration is deployed using Helm on you cluster.
3333
You can check out the Helm chart [here](https://github.com/port-labs/helm-charts/tree/main/charts/port-ocean).
3434

3535
## Prerequisites

docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/installations/multi_account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import CenterRoundedImage from "/src/components/CenterRoundedImage/index.jsx";
66

77
# Multi account support
88

9-
This guide will provide you with the necessary tools for enabling our Ocean AWS Integration to digest multiple account's data.
9+
This guide will provide you with the necessary tools for enabling our Ocean AWS on-premise Integration to digest multiple account's data.
1010

1111
## Prerequisites
1212

0 commit comments

Comments
 (0)