AWS codepipeline documentation change
Summary
Changed 'ELB' to 'Elastic Load Balancing' in a service role permissions troubleshooting note.
Security assessment
This is a terminology clarification without security implications. The change improves accuracy but doesn't address vulnerabilities or modify security guidance.
Diff
diff --git a/codepipeline/latest/userguide/troubleshooting.md b/codepipeline/latest/userguide/troubleshooting.md index 428a509ff..8e01b5198 100644 --- a//codepipeline/latest/userguide/troubleshooting.md +++ b//codepipeline/latest/userguide/troubleshooting.md @@ -66 +66 @@ The following information might help you troubleshoot common issues in AWS CodeP -**Problem:** The service role for CodePipeline does not have sufficient permissions for AWS Elastic Beanstalk, including, but not limited to, some operations in ELB. The service role for CodePipeline was updated on August 6, 2015 to address this issue. Customers who created their service role before this date must modify the policy statement for their service role to add the required permissions. +**Problem:** The service role for CodePipeline does not have sufficient permissions for AWS Elastic Beanstalk, including, but not limited to, some operations in Elastic Load Balancing. The service role for CodePipeline was updated on August 6, 2015 to address this issue. Customers who created their service role before this date must modify the policy statement for their service role to add the required permissions.