You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- AWS permissions - The role “VmScanner” is assigned to the scanner when you enable agentless scanning. This role has the minimal permission set to create and clean up snapshots (scoped by tag) and to verify the current state of the VM. The detailed list of permissions is:
73
+
- AWS permissions - The role “VmScanner” is assigned to the scanner when you enable agentless scanning. This role has the minimal permission set to create and clean up snapshots (scoped by tag) and to verify the current state of the VM. The detailed permissions are:
74
+
75
+
| Attribute | Value |
76
+
|---------|---------|
77
+
| SID |**VmScannerDeleteSnapshotAccess**|
78
+
| Actions | ec2:DeleteSnapshot|
79
+
| Conditions | "StringEquals":{"ec2:ResourceTag/CreatedBy”:<br>"Microsoft Defender for Cloud"} |
@@ -103,9 +143,6 @@ Agentless scanning protects disk snapshots according to Microsoft’s highest se
103
143
- Only metadata containing scan results is sent outside the isolated scanning environment.
104
144
- All operations are audited.
105
145
106
-
### Does agentless scanning support encrypted disks?
107
-
Agentless scanning doesn't currently support encrypted disks, except for Azure managed disks using [Azure Storage encryption](../virtual-machines/disk-encryption.md) with platform-managed keys (PMK).
108
-
109
146
## Next steps
110
147
111
148
This article explains how agentless scanning works and how it helps you collect data from your machines.
0 commit comments