AWS prescriptive-guidance documentation change
Summary
Updated author attribution and fixed quote formatting in policy ARN command
Security assessment
Syntax correction of quotation marks prevents potential script errors but does not address security vulnerabilities.
Diff
diff --git a/prescriptive-guidance/latest/patterns/deploy-and-debug-amazon-eks-clusters.md b/prescriptive-guidance/latest/patterns/deploy-and-debug-amazon-eks-clusters.md index c956c8ed0..f5be6eff8 100644 --- a//prescriptive-guidance/latest/patterns/deploy-and-debug-amazon-eks-clusters.md +++ b//prescriptive-guidance/latest/patterns/deploy-and-debug-amazon-eks-clusters.md @@ -9 +9 @@ SummaryPrerequisites and limitationsArchitectureToolsEpicsTroubleshootingRelated - _Created by Svenja Raether (AWS) and Mathew George (AWS)_ + _Svenja Raether and Mathew George, Amazon Web Services_ @@ -295 +295 @@ Save the Amazon Resource Name (ARN) of the policy as `$POLICY_ARN`. - export POLICY_ARN=”arn:aws:iam::<YOUR-ACCOUNT-ID>:policy/AWSLoadBalancerControllerIAMPolicy” + export POLICY_ARN="arn:aws:iam::<YOUR-ACCOUNT-ID>:policy/AWSLoadBalancerControllerIAMPolicy"