AWS Security ChangesHomeSearch

AWS AWSEC2 documentation change

Service: AWSEC2 · 2025-08-22 · Documentation low

File: AWSEC2/latest/UserGuide/AmazonS3.md

Summary

Updated AWS CLI command documentation links

Security assessment

Routine documentation link maintenance with no security impact

Diff

diff --git a/AWSEC2/latest/UserGuide/AmazonS3.md b/AWSEC2/latest/UserGuide/AmazonS3.md
index ffc934754..43bc4ebc6 100644
--- a//AWSEC2/latest/UserGuide/AmazonS3.md
+++ b//AWSEC2/latest/UserGuide/AmazonS3.md
@@ -51 +51 @@ You can use the AWS Command Line Interface (AWS CLI) to download restricted item
-The [aws s3 cp](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/s3/cp.html) command is similar to the Unix **cp** command. You can copy files from Amazon S3 to your instance, copy files from your instance to Amazon S3, and copy files from one Amazon S3 location to another.
+The [aws s3 cp](https://docs.aws.amazon.com/cli/latest/reference/s3/cp.html) command is similar to the Unix **cp** command. You can copy files from Amazon S3 to your instance, copy files from your instance to Amazon S3, and copy files from one Amazon S3 location to another.
@@ -63 +63 @@ Use the following command to copy an object from your instance back into Amazon
-The [aws s3 sync](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/s3/sync.html) command can synchronize an entire Amazon S3 bucket to a local directory location. This can be helpful for downloading a data set and keeping the local copy up-to-date with the remote set. If you have the proper permissions on the Amazon S3 bucket, you can push your local directory back up to the cloud when you are finished by reversing the source and destination locations in the command.
+The [aws s3 sync](https://docs.aws.amazon.com/cli/latest/reference/s3/sync.html) command can synchronize an entire Amazon S3 bucket to a local directory location. This can be helpful for downloading a data set and keeping the local copy up-to-date with the remote set. If you have the proper permissions on the Amazon S3 bucket, you can push your local directory back up to the cloud when you are finished by reversing the source and destination locations in the command.