AWS devicefarm documentation change
Summary
Added documentation about environment variable precedence and execution role ARN configuration for test runs
Security assessment
The change documents security-related features (IAM execution roles) and configuration precedence, but does not address a specific security vulnerability. The execution role documentation helps implement security best practices.
Diff
diff --git a/devicefarm/latest/developerguide/how-to-create-test-run.md b/devicefarm/latest/developerguide/how-to-create-test-run.md index 738fdaf2f..f3346865e 100644 --- a//devicefarm/latest/developerguide/how-to-create-test-run.md +++ b//devicefarm/latest/developerguide/how-to-create-test-run.md @@ -62 +62 @@ For information about the available test suites, see [Test frameworks and built- - 1. If you want to edit the default test spec in a custom test environment, choose **Edit** to update the default YAML specification. + * If you want to edit the default test spec in a custom test environment, choose **Edit** to update the default YAML specification. @@ -64 +64,3 @@ For information about the available test suites, see [Test frameworks and built- - 2. If you changed the test spec, choose **Save as New** to update it. + * If you changed the test spec, choose **Save as New** to update it. + + * You may configure envirnonment variables. Variables supplied here will take precedence over any that may be configured on the parent project. @@ -79,0 +82,2 @@ For more information, see [Device support in AWS Device Farm](./devices.html). + * To provide an execution role ARN, or override one configured on the parent project, use the Exectuion role ARN field. +