AWS eks documentation change
Summary
Added workshop registration tip and corrected IAM policy ARN syntax in Helm installation command.
Security assessment
ARN syntax fix prevents misconfiguration but doesn't address security vulnerabilities. New workshop link is unrelated to security features.
Diff
diff --git a/eks/latest/userguide/lbc-helm.md b/eks/latest/userguide/lbc-helm.md index fd959d1fa..9c0432995 100644 --- a//eks/latest/userguide/lbc-helm.md +++ b//eks/latest/userguide/lbc-helm.md @@ -14,0 +15,4 @@ To contribute to this user guide, choose the **Edit this page on GitHub** link t +[Register](https://aws-experience.com/emea/smb/events/series/get-hands-on-with-amazon-eks?trk=4a9b4147-2490-4c63-bc9f-f8a84b122c8c&sc_channel=el) for upcoming Amazon EKS workshops. + +###### Tip + @@ -79 +83 @@ If you view the policy in the AWS Management Console, the console shows warnings - --attach-policy-arn=<shared id="region.arn"/>iam::<AWS_ACCOUNT_ID>:policy/AWSLoadBalancerControllerIAMPolicy \ + --attach-policy-arn=arn:aws:iam::<AWS_ACCOUNT_ID>:policy/AWSLoadBalancerControllerIAMPolicy \