AWS prescriptive-guidance documentation change
Summary
Updated author attribution format and consolidated security warning formatting
Security assessment
Formatting changes to existing security warning about IAM long-term credentials. Maintains existing security guidance but doesn't add new documentation or address a specific vulnerability.
Diff
diff --git a/prescriptive-guidance/latest/patterns/copy-data-from-an-s3-bucket-to-another-account-and-region-by-using-the-aws-cli.md b/prescriptive-guidance/latest/patterns/copy-data-from-an-s3-bucket-to-another-account-and-region-by-using-the-aws-cli.md index 586535d0e..1d1b2d6d7 100644 --- a//prescriptive-guidance/latest/patterns/copy-data-from-an-s3-bucket-to-another-account-and-region-by-using-the-aws-cli.md +++ b//prescriptive-guidance/latest/patterns/copy-data-from-an-s3-bucket-to-another-account-and-region-by-using-the-aws-cli.md @@ -9 +9 @@ SummaryPrerequisites and limitationsArchitectureToolsBest practicesEpicsTroubles - _Created by Appasaheb Bagali (AWS) and Purushotham G K (AWS)_ + _Appasaheb Bagali and Purushotham G K, Amazon Web Services_ @@ -19,3 +19 @@ Accounts own the objects that they upload to S3 buckets. If you copy objects acr -###### Warning - -This scenario requires IAM users with programmatic access and long-term credentials, which present a security risk. To help mitigate this risk, we recommend that you provide these users with only the permissions they require to perform the task and that you remove these users when they are no longer needed. Access keys can be updated if necessary. For more information, see [Updating access keys](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_access-keys.html#Using_RotateAccessKey) in the _IAM User Guide_. +Warning: This scenario requires IAM users with programmatic access and long-term credentials, which present a security risk. To help mitigate this risk, we recommend that you provide these users with only the permissions they require to perform the task and that you remove these users when they are no longer needed. Access keys can be updated if necessary. For more information, see [Updating access keys](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_access-keys.html#Using_RotateAccessKey) in the _IAM User Guide_.