AWS Security ChangesHomeSearch

AWS opensearch-service documentation change

Service: opensearch-service · 2026-01-22 · Documentation low

File: opensearch-service/latest/developerguide/cross-account-pipelines.md

Summary

Updated AWS CLI commands by replacing 'osis-cross-account' with 'osis' in pipeline management operations.

Security assessment

Command syntax change without security implications. No evidence of vulnerability fixes or security feature additions.

Diff

diff --git a/opensearch-service/latest/developerguide/cross-account-pipelines.md b/opensearch-service/latest/developerguide/cross-account-pipelines.md
index a30be8464..66e7be8cc 100644
--- a//opensearch-service/latest/developerguide/cross-account-pipelines.md
+++ b//opensearch-service/latest/developerguide/cross-account-pipelines.md
@@ -95 +95 @@ In the following command, you must use the short form of the account ID by provi
-        aws --region region osis-cross-account put-resource-policy \
+        aws --region region osis put-resource-policy \
@@ -203 +203 @@ You must provide at least one subnet and one security group for the connecting a
-        aws osis-cross-account --region region list-pipeline-endpoints
+        aws osis --region region list-pipeline-endpoints
@@ -233 +233 @@ Use the following procedure to delete a pipeline endpoint in a connecting accoun
-        aws osis-cross-account --region region list-pipeline-endpoints
+        aws osis --region region list-pipeline-endpoints
@@ -239 +239 @@ Make a note of the pipeline ID you want to delete.
-        aws osis-cross-account --region region delete-pipeline-endpoint \
+        aws osis --region region delete-pipeline-endpoint \
@@ -253 +253 @@ As the pipeline owner of the shared pipeline, use the following procedure to rev
-        aws osis-cross-account --region region list-pipeline-endpoint-connections
+        aws osis --region region list-pipeline-endpoint-connections
@@ -259 +259 @@ Make a note of the pipeline ID you want to delete.
-        aws osis-cross-account --region region revoke-pipeline-endpoint-connections \
+        aws osis --region region revoke-pipeline-endpoint-connections \