AWS iot-device-defender documentation change
Summary
Added configuration options for audit checks including certificate expiration thresholds
Security assessment
Introduces documentation for custom security monitoring configurations but does not address a specific vulnerability
Diff
diff --git a/iot-device-defender/latest/devguide/AuditCommands.md index a0e165968..e865db4ac 100644 --- a/iot-device-defender/latest/devguide/AuditCommands.md +++ b/iot-device-defender/latest/devguide/AuditCommands.md @@ -58,0 +59 @@ enabled | boolean | True if this audit check is enabled for this account. +configuration | map | (Optional) custom configurations for specific audit checks, such as the `CERT_AGE_THRESHOLD_IN_DAYS` and `CERT_EXPIRATION_THRESHOLD_IN_DAYS`, allowing you to define when you want to be alerted about certificate age and impending expiration. @@ -125,0 +127 @@ enabled | boolean | True if this audit check is enabled for this account. +configuration | map | (Optional) provides specific configurations for certain audit checks, such as the maximum allowed age for certificates or the number of days before expiration when an alert should be triggered.