AWS securityhub documentation change
Summary
Added support for Azure resources (8 new types) in exposure findings when using an Azure connector, including resources like Azure Virtual Machines, Storage Accounts, and SQL Databases.
Security assessment
Expands documentation of supported security monitoring capabilities to include Azure resources, but doesn't indicate remediation of a security vulnerability. This represents feature expansion rather than response to a specific security issue.
Diff
diff --git a/securityhub/latest/userguide/exposure-findings-supported-resources.md b/securityhub/latest/userguide/exposure-findings-supported-resources.md index 2cb379284..03cccacfc 100644 --- a//securityhub/latest/userguide/exposure-findings-supported-resources.md +++ b//securityhub/latest/userguide/exposure-findings-supported-resources.md @@ -26,0 +27,23 @@ AWS Security Hub generates exposure findings for the following types of AWS reso + * `AWS::SageMaker::NotebookInstance` + + + + +If you have an Azure connector, Security Hub also generates exposure findings for the following types of Azure resources: + + * `microsoft.app/containerapps` + + * `microsoft.compute/virtualmachines` + + * `microsoft.containerservice/managedclusters` + + * `microsoft.documentdb/databaseaccounts` + + * `microsoft.graph/user` + + * `microsoft.sql/servers/databases` + + * `microsoft.storage/storageaccounts/blobservices/containers` + + * `microsoft.web/sites` +