AWS devicefarm documentation change
Summary
Fixed URL formatting for IAM User Guide link related to temporary credentials.
Security assessment
The update fixes a broken or misformatted link but does not introduce new security guidance or address a security flaw. The existing advice about least privilege and temporary credentials remains the same.
Diff
diff --git a/devicefarm/latest/developerguide/security-best-practices.md b/devicefarm/latest/developerguide/security-best-practices.md index b7dde3119..14de88e14 100644 --- a//devicefarm/latest/developerguide/security-best-practices.md +++ b//devicefarm/latest/developerguide/security-best-practices.md @@ -9 +9 @@ Device Farm provides a number of security features to consider as you develop an - * Grant any continuous integration (CI) system you use the least privilege possible under IAM. Consider using temporary credentials for each CI system test so that even if a CI system is compromised, it cannot make spurious requests. For more information about temporary credentials, see the [IAM User Guide](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_request.html#api_assumerole). + * Grant any continuous integration (CI) system you use the least privilege possible under IAM. Consider using temporary credentials for each CI system test so that even if a CI system is compromised, it cannot make spurious requests. For more information about temporary credentials, see the [IAM User Guide](https://docs.aws.amazon.com//IAM/latest/UserGuide/id_credentials_temp_request.html#api_assumerole).