AWS emr documentation change
Summary
Removed quotes from example step name in command-runner documentation
Security assessment
The change appears to be formatting/typographical correction in an example command. No security implications identified as it doesn't alter command functionality or security controls.
Diff
diff --git a/emr/latest/ReleaseGuide/emr-commandrunner.md b/emr/latest/ReleaseGuide/emr-commandrunner.md index fd11830c6..0079fdc31 100644 --- a//emr/latest/ReleaseGuide/emr-commandrunner.md +++ b//emr/latest/ReleaseGuide/emr-commandrunner.md @@ -47 +47 @@ When you use the AWS CLI, the items in your `Args` list should be comma separate - --steps Type=CUSTOM_JAR,Name="Download a script from S3, change its permissions, and run it",ActionOnFailure=CONTINUE,Jar=command-runner.jar,Args=[bash,-c,"aws s3 cp s3://amzn-s3-demo-bucket/my-script.sh /home/hadoop; chmod u+x /home/hadoop/my-script.sh; cd /home/hadoop; ./my-script.sh"] + --steps Type=CUSTOM_JAR,Name="Download a script from S3 change its permissions and run it",ActionOnFailure=CONTINUE,Jar=command-runner.jar,Args=[bash,-c,"aws s3 cp s3://amzn-s3-demo-bucket/my-script.sh /home/hadoop; chmod u+x /home/hadoop/my-script.sh; cd /home/hadoop; ./my-script.sh"]