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..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,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 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 9d70ae3d13..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,6 +4,10 @@ sidebar_position: 3 # Event-Based Updates +:::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). 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..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,6 +2,10 @@ import PortTooltip from "/src/components/tooltip/tooltip.jsx" # Connect ECR repository to a service +:::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. :::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..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,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 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 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 42b3c9badd..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,6 +8,10 @@ import TabItem from "@theme/TabItem" # Installation +:::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 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. :::