AWS AmazonS3 documentation change
Summary
Updated terminology from 'ELB' to 'Elastic Load Balancing' for consistency and clarity. Revised links and references to match the updated service name.
Security assessment
The changes are purely terminological updates (ELB → Elastic Load Balancing) with no modifications to policy logic, permissions, or security configurations. No vulnerabilities or security weaknesses are addressed. The bucket policy examples remain unchanged.
Diff
diff --git a/AmazonS3/latest/userguide/example-bucket-policies.md b/AmazonS3/latest/userguide/example-bucket-policies.md index 72bbff9cf..5922b2780 100644 --- a//AmazonS3/latest/userguide/example-bucket-policies.md +++ b//AmazonS3/latest/userguide/example-bucket-policies.md @@ -593 +593 @@ JSON -When you enable access logs for Application Load Balancer, you must specify the name of the S3 bucket where the load balancer will [store the logs](https://docs.aws.amazon.com//elasticloadbalancing/latest/application/enable-access-logging.html#access-log-create-bucket). The bucket must have an [attached policy](https://docs.aws.amazon.com//elasticloadbalancing/latest/application/enable-access-logging.html#attach-bucket-policy) that grants ELB permission to write to the bucket. +When you enable access logs for Application Load Balancer, you must specify the name of the S3 bucket where the load balancer will [store the logs](https://docs.aws.amazon.com//elasticloadbalancing/latest/application/enable-access-logging.html#access-log-create-bucket). The bucket must have an [attached policy](https://docs.aws.amazon.com//elasticloadbalancing/latest/application/enable-access-logging.html#attach-bucket-policy) that grants Elastic Load Balancing permission to write to the bucket. @@ -595 +595 @@ When you enable access logs for Application Load Balancer, you must specify the -In the following example, the bucket policy grants ELB (ELB) permission to write the access logs to the bucket: +In the following example, the bucket policy grants Elastic Load Balancing (ELB) permission to write the access logs to the bucket: @@ -621 +621 @@ JSON -Make sure to replace ``elb-account-id`` with the AWS account ID for ELB for your AWS Region. For the list of ELB Regions, see [Attach a policy to your Amazon S3 bucket](https://docs.aws.amazon.com//elasticloadbalancing/latest/classic/enable-access-logs.html#attach-bucket-policy) in the _ELB User Guide_. +Make sure to replace ``elb-account-id`` with the AWS account ID for Elastic Load Balancing for your AWS Region. For the list of Elastic Load Balancing Regions, see [Attach a policy to your Amazon S3 bucket](https://docs.aws.amazon.com//elasticloadbalancing/latest/classic/enable-access-logs.html#attach-bucket-policy) in the _Elastic Load Balancing User Guide_. @@ -623 +623 @@ Make sure to replace ``elb-account-id`` with the AWS account ID for ELB for your -If your AWS Region does not appear in the supported ELB Regions list, use the following policy, which grants permissions to the specified log delivery service. +If your AWS Region does not appear in the supported Elastic Load Balancing Regions list, use the following policy, which grants permissions to the specified log delivery service. @@ -647 +647 @@ JSON -Then, make sure to configure your [ELB access logs](https://docs.aws.amazon.com//elasticloadbalancing/latest/application/enable-access-logging.html#enable-access-logs) by enabling them. You can [verify your bucket permissions](https://docs.aws.amazon.com//elasticloadbalancing/latest/application/enable-access-logging.html#verify-bucket-permissions) by creating a test file. +Then, make sure to configure your [Elastic Load Balancing access logs](https://docs.aws.amazon.com//elasticloadbalancing/latest/application/enable-access-logging.html#enable-access-logs) by enabling them. You can [verify your bucket permissions](https://docs.aws.amazon.com//elasticloadbalancing/latest/application/enable-access-logging.html#verify-bucket-permissions) by creating a test file.