AWS codedeploy documentation change
Summary
Updated Amazon S3 access control documentation link from dev to userguide URL
Security assessment
This change only corrects a documentation URL reference. The security recommendation to restrict S3 bucket policies remains unchanged.
Diff
diff --git a/codedeploy/latest/userguide/register-on-premises-instance-iam-session-arn.md b/codedeploy/latest/userguide/register-on-premises-instance-iam-session-arn.md index 09579e4de..f87fefa1d 100644 --- a//codedeploy/latest/userguide/register-on-premises-instance-iam-session-arn.md +++ b//codedeploy/latest/userguide/register-on-premises-instance-iam-session-arn.md @@ -90 +90 @@ The role you create will require the following permissions to access the files r -We recommend that you restrict this policy to only those Amazon S3 buckets your on-premises instance needs to access. If you restrict this policy, make sure to give access to the Amazon S3 buckets that contain the CodeDeploy agent. Otherwise, an error might occur whenever the CodeDeploy agent is installed or updated on the on-premises instance. For information about controlling access to Amazon S3 buckets, see [Managing access permissions to your Amazon S3 resources](https://docs.aws.amazon.com/AmazonS3/latest/dev/s3-access-control.html). +We recommend that you restrict this policy to only those Amazon S3 buckets your on-premises instance needs to access. If you restrict this policy, make sure to give access to the Amazon S3 buckets that contain the CodeDeploy agent. Otherwise, an error might occur whenever the CodeDeploy agent is installed or updated on the on-premises instance. For information about controlling access to Amazon S3 buckets, see [Managing access permissions to your Amazon S3 resources](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html).