AWS Security ChangesHomeSearch

AWS devicefarm documentation change

Service: devicefarm · 2025-11-19 · Documentation low

File: devicefarm/latest/developerguide/test-types.md

Summary

Added details about service-side execution architecture including secure S3 bucket usage, expanded Appium testing documentation with client-side option references

Security assessment

Mentions use of secure service-managed S3 buckets for test artifacts/results, which documents existing security practices. However, this does not address a specific security issue but rather explains infrastructure security aspects.

Diff

diff --git a/devicefarm/latest/developerguide/test-types.md b/devicefarm/latest/developerguide/test-types.md
index aa1daa198..9143cd5cd 100644
--- a//devicefarm/latest/developerguide/test-types.md
+++ b//devicefarm/latest/developerguide/test-types.md
@@ -10,0 +11,2 @@ This section describes Device Farm support for testing frameworks and built-in t
+Device Farm runs automated tests by having you upload your app and tests to a secure Amazon S3 bucket managed by the service. Once uploaded, it spins up the underlying infrastructure, including service-managed [test hosts](./custom-test-environments-hosts.html), and executes the tests in parallel on multiple devices. The test results are stored in a service managed S3 bucket. This architecture is called **service-side execution** , and is a fast and efficient way to run tests on hosts that are physically close to the device, without needing to manage the test host infrastructure yourself. This approach scales well for testing on many devices independently, as well as testing from the context of a CI/CD pipeline.
+
@@ -12,0 +15,4 @@ For more information about how Device Farm runs tests, see [Test environments in
+###### Note
+
+For Appium testers, you may prefer to run your Appium tests from your local environment. With a [remote access session](./remote-access.html), you can run **client-side** Appium tests. For more information, please see [client-side Appium testing](./appium-endpoint.html).
+
@@ -19 +25 @@ Device Farm supports these mobile automation testing frameworks:
-  * [Appium](./test-types-appium.html)
+  * [Automatic Appium tests](./test-types-appium.html)
@@ -28 +34 @@ Device Farm supports these mobile automation testing frameworks:
-  * [Appium](./test-types-appium.html)
+  * [Automatic Appium tests](./test-types-appium.html)
@@ -39 +45 @@ Device Farm supports these mobile automation testing frameworks:
-Web applications are supported using Appium. For more information on bringing your tests to Appium, see [Appium tests and AWS Device Farm](./test-types-appium.html).
+Web applications are supported using Appium. For more information on bringing your tests to Appium, see [Automatically run Appium tests in Device Farm](./test-types-appium.html).
@@ -66 +72 @@ Tagging in Device Farm
-Appium
+Automatic Appium tests