AWS devicefarm documentation change
Summary
Fixed URL formatting for IAM temporary credentials documentation link
Security assessment
The change corrects a URL path but does not alter the security guidance about using temporary credentials with least privilege.
Diff
diff --git a/devicefarm/latest/developerguide/custom-test-environments-extending-webhooks.md b/devicefarm/latest/developerguide/custom-test-environments-extending-webhooks.md index f31a082ea..bcf48a28d 100644 --- a//devicefarm/latest/developerguide/custom-test-environments-extending-webhooks.md +++ b//devicefarm/latest/developerguide/custom-test-environments-extending-webhooks.md @@ -29 +29 @@ Maintaining any API keys or other authentication tokens used in your test packag -If you plan on using AWS services as a part of your test execution suite, you should use IAM temporary credentials, generated outside of your test suite and included in your test package. These credentials should have the fewest granted permissions and shortest lifespan possible. For more information on creating temporary credentials, see [Requesting temporary security credentials](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_request.html) in the _IAM User Guide_. +If you plan on using AWS services as a part of your test execution suite, you should use IAM temporary credentials, generated outside of your test suite and included in your test package. These credentials should have the fewest granted permissions and shortest lifespan possible. For more information on creating temporary credentials, see [Requesting temporary security credentials](https://docs.aws.amazon.com//IAM/latest/UserGuide/id_credentials_temp_request.html) in the _IAM User Guide_.