AWS codedeploy documentation change
Summary
Updated Amazon S3 documentation links from developer guide (dev) to user guide (userguide) URLs
Security assessment
The changes only update documentation URLs to point to the correct S3 user guide paths. No security-related content modifications or vulnerability fixes are present.
Diff
diff --git a/codedeploy/latest/userguide/deployments-cross-account.md b/codedeploy/latest/userguide/deployments-cross-account.md index de179fa60..18fb046bc 100644 --- a//codedeploy/latest/userguide/deployments-cross-account.md +++ b//codedeploy/latest/userguide/deployments-cross-account.md @@ -21 +21 @@ In either the development account or the production account: - * If you have not already done so, create an Amazon S3 bucket where the application revisions for the production account will be stored. For information, see [Create a Bucket in Amazon S3](https://docs.aws.amazon.com/AmazonS3/latest/gsg/CreatingABucket.html). You can even use the same bucket and application revisions for both accounts, deploying the same files to your production environment that you tested and verified in your development account. + * If you have not already done so, create an Amazon S3 bucket where the application revisions for the production account will be stored. For information, see [Create a Bucket in Amazon S3](https://docs.aws.amazon.com/AmazonS3/latest/userguide/CreatingABucket.html). You can even use the same bucket and application revisions for both accounts, deploying the same files to your production environment that you tested and verified in your development account. @@ -38 +38 @@ Make note of the ARN for this IAM instance profile. You will need to add it to t - * In the development account, give access to the Amazon S3 bucket you created in the development account to the IAM instance profile you just created in your production account. For information, see [ Example 2: Bucket owner granting cross-account bucket permissions](https://docs.aws.amazon.com/AmazonS3/latest/dev/example-walkthroughs-managing-access-example2.html). + * In the development account, give access to the Amazon S3 bucket you created in the development account to the IAM instance profile you just created in your production account. For information, see [ Example 2: Bucket owner granting cross-account bucket permissions](https://docs.aws.amazon.com/AmazonS3/latest/userguide/example-walkthroughs-managing-access-example2.html). @@ -44 +44 @@ Note the following as you complete the process of granting cross-account bucket - * When you [perform the Account A (development account) tasks](https://docs.aws.amazon.com/AmazonS3/latest/dev/example-walkthroughs-managing-access-example2.html#access-policies-walkthrough-cross-account-permissions-acctA-tasks), modify the following bucket policy to grant cross-account permissions instead of using the sample policy provided in the walkthrough. + * When you [perform the Account A (development account) tasks](https://docs.aws.amazon.com/AmazonS3/latest/userguide/example-walkthroughs-managing-access-example2.html#access-policies-walkthrough-cross-account-permissions-acctA-tasks), modify the following bucket policy to grant cross-account permissions instead of using the sample policy provided in the walkthrough.