From 3916bb3465280491f4a810f70639779d3399b280 Mon Sep 17 00:00:00 2001 From: Shalev Avhar Date: Wed, 8 Oct 2025 16:10:44 +0300 Subject: [PATCH 1/2] docs: update AWS exporter documentation to reflect deprecation status All instances of the AWS exporter documentation have been updated to indicate that the exporter is already deprecated. Users are now directed to use the AWS hosted by Port option for integration. This change enhances clarity and ensures users are aware of the current support status. --- .../cloud-providers/aws/aws-exporter/aws-exporter.md | 6 ++---- .../cloud-providers/aws/aws-exporter/event-based-updates.md | 4 ++++ .../examples/connect-ecr-repo-to-service-using-tags.md | 4 ++++ .../cloud-providers/aws/aws-exporter/examples/examples.md | 6 +++++- .../cloud-providers/aws/aws-exporter/installation.md | 4 ++++ 5 files changed, 19 insertions(+), 5 deletions(-) diff --git a/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws-exporter/aws-exporter.md b/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws-exporter/aws-exporter.md index e68fd56e5a..9e739f1ecb 100644 --- a/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws-exporter/aws-exporter.md +++ b/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws-exporter/aws-exporter.md @@ -8,10 +8,8 @@ import Image from "@theme/IdealImage"; # AWS Exporter -:::warning Deprecated -This exporter is deprecated, Port will discontinue support for organizations using it by Q2 2025. - -To integrate Port with AWS, use the [Ocean AWS integration](/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/). +:::warning Already Deprecated +This exporter is already deprecated. Please use the [AWS hosted by Port option](/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/). ::: Port's AWS integration provides the ability to export your AWS resources to Port, according to your configuration. diff --git a/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws-exporter/event-based-updates.md b/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws-exporter/event-based-updates.md index 9d70ae3d13..669e36b47d 100644 --- a/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws-exporter/event-based-updates.md +++ b/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws-exporter/event-based-updates.md @@ -4,6 +4,10 @@ sidebar_position: 3 # Event-Based Updates +:::warning Already Deprecated +This exporter is already deprecated. Please use the [AWS hosted by Port option](/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/). +::: + Our AWS integration allows you to trigger a sync of your AWS resources with Port based on real-time events (in addition to the standard scheduled sync). As a result, your software catalog will be updated shortly after a resource is created, updated or deleted. diff --git a/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws-exporter/examples/connect-ecr-repo-to-service-using-tags.md b/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws-exporter/examples/connect-ecr-repo-to-service-using-tags.md index d6788aa147..9dd1128a02 100644 --- a/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws-exporter/examples/connect-ecr-repo-to-service-using-tags.md +++ b/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws-exporter/examples/connect-ecr-repo-to-service-using-tags.md @@ -2,6 +2,10 @@ import PortTooltip from "/src/components/tooltip/tooltip.jsx" # Connect ECR repository to a service +:::warning Already Deprecated +This exporter is already deprecated. Please use the [AWS hosted by Port option](/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/). +::: + This guide aims to show how to connect an ECR `repository` to an existing service in Port. :::info Prerequisites diff --git a/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws-exporter/examples/examples.md b/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws-exporter/examples/examples.md index dd419d85f0..d7116ae7e1 100644 --- a/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws-exporter/examples/examples.md +++ b/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws-exporter/examples/examples.md @@ -6,7 +6,11 @@ import Image from "@theme/IdealImage"; # Examples -Use the index on the right side of the page to find an example for the resource/s you’re looking to export. +:::warning Already Deprecated +This exporter is already deprecated. Please use the [AWS hosted by Port option](/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/). +::: + +Use the index on the right side of the page to find an example for the resource/s you're looking to export. ## ECS clusters and ECS services diff --git a/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws-exporter/installation.md b/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws-exporter/installation.md index 42b3c9badd..2b981584b1 100644 --- a/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws-exporter/installation.md +++ b/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws-exporter/installation.md @@ -8,6 +8,10 @@ import TabItem from "@theme/TabItem" # Installation +:::warning Already Deprecated +This exporter is already deprecated. Please use the [AWS hosted by Port option](/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/). +::: + :::tip First Time Installation For your first deployment of the AWS exporter, we recommend starting with the Helm/scheduled installation method to perform the initial data sync. Once the initial data sync is complete, you can switch to the Terraform deployment method for real-time data sync. ::: From 5daf02b821d26ac61d0e7f71ee8f90b3eba48719 Mon Sep 17 00:00:00 2001 From: Sivan Elkabes Date: Sun, 12 Oct 2025 14:05:02 +0300 Subject: [PATCH 2/2] changed the phrasing of the note and title --- .../cloud-providers/aws/aws-exporter/aws-exporter.md | 4 ++-- .../cloud-providers/aws/aws-exporter/event-based-updates.md | 4 ++-- .../examples/connect-ecr-repo-to-service-using-tags.md | 4 ++-- .../cloud-providers/aws/aws-exporter/examples/examples.md | 6 +++--- .../cloud-providers/aws/aws-exporter/installation.md | 4 ++-- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws-exporter/aws-exporter.md b/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws-exporter/aws-exporter.md index 9e739f1ecb..653c86236d 100644 --- a/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws-exporter/aws-exporter.md +++ b/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws-exporter/aws-exporter.md @@ -8,8 +8,8 @@ import Image from "@theme/IdealImage"; # AWS Exporter -:::warning Already Deprecated -This exporter is already deprecated. Please use the [AWS hosted by Port option](/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/). +:::warning Deprecated exporter +This exporter is deprecated. Please use the [AWS hosted by Port option](/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/) instead. ::: Port's AWS integration provides the ability to export your AWS resources to Port, according to your configuration. diff --git a/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws-exporter/event-based-updates.md b/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws-exporter/event-based-updates.md index 669e36b47d..7c5893bb70 100644 --- a/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws-exporter/event-based-updates.md +++ b/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws-exporter/event-based-updates.md @@ -4,8 +4,8 @@ sidebar_position: 3 # Event-Based Updates -:::warning Already Deprecated -This exporter is already deprecated. Please use the [AWS hosted by Port option](/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/). +:::warning Deprecated exporter +This exporter is deprecated. Please use the [AWS hosted by Port option](/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/) instead. ::: Our AWS integration allows you to trigger a sync of your AWS resources with Port based on real-time events (in addition to the standard scheduled sync). diff --git a/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws-exporter/examples/connect-ecr-repo-to-service-using-tags.md b/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws-exporter/examples/connect-ecr-repo-to-service-using-tags.md index 9dd1128a02..8b2965a1b9 100644 --- a/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws-exporter/examples/connect-ecr-repo-to-service-using-tags.md +++ b/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws-exporter/examples/connect-ecr-repo-to-service-using-tags.md @@ -2,8 +2,8 @@ import PortTooltip from "/src/components/tooltip/tooltip.jsx" # Connect ECR repository to a service -:::warning Already Deprecated -This exporter is already deprecated. Please use the [AWS hosted by Port option](/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/). +:::warning Deprecated exporter +This exporter is deprecated. Please use the [AWS hosted by Port option](/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/) instead. ::: This guide aims to show how to connect an ECR `repository` to an existing service in Port. diff --git a/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws-exporter/examples/examples.md b/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws-exporter/examples/examples.md index d7116ae7e1..05f5db798a 100644 --- a/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws-exporter/examples/examples.md +++ b/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws-exporter/examples/examples.md @@ -6,11 +6,11 @@ import Image from "@theme/IdealImage"; # Examples -:::warning Already Deprecated -This exporter is already deprecated. Please use the [AWS hosted by Port option](/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/). +:::warning Deprecated exporter +This exporter is deprecated. Please use the [AWS hosted by Port option](/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/) instead. ::: -Use the index on the right side of the page to find an example for the resource/s you're looking to export. +Use the index on the right side of the page to find an example for the resource/s you are looking to export. ## ECS clusters and ECS services diff --git a/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws-exporter/installation.md b/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws-exporter/installation.md index 2b981584b1..9aa9f81fff 100644 --- a/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws-exporter/installation.md +++ b/docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/aws-exporter/installation.md @@ -8,8 +8,8 @@ import TabItem from "@theme/TabItem" # Installation -:::warning Already Deprecated -This exporter is already deprecated. Please use the [AWS hosted by Port option](/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/). +:::warning Deprecated exporter +This exporter is deprecated. Please use the [AWS hosted by Port option](/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/) instead. ::: :::tip First Time Installation