AWS Security ChangesHomeSearch

AWS imagebuilder documentation change

Service: imagebuilder · 2025-03-10 · Documentation low

File: imagebuilder/latest/userguide/import-iso-disk.md

Summary

Added note about Windows Media Creation Tool incompatibility and provided file renaming commands for ISO extensions

Security assessment

The changes address technical compatibility requirements and file naming conventions rather than security features or vulnerabilities. No security-specific context is mentioned in the changes.

Diff

diff --git a/imagebuilder/latest/userguide/import-iso-disk.md
index aebd57bc0..1458805fc 100644
--- a/imagebuilder/latest/userguide/import-iso-disk.md
+++ b/imagebuilder/latest/userguide/import-iso-disk.md
@@ -27,0 +28,4 @@ Long-Term Servicing Channel (LTSC) images are not supported.
+###### Note
+
+Image Builder doesn't support ISO disk images created from the Windows Media Creation Tool. To ensure that you can import your ISO image, download it from the Microsoft 365 admin center.
+
@@ -33,0 +38,2 @@ To import an ISO disk image, you must first meet the following prerequisites:
+  * To ensure that you can import your ISO image, download it from the Microsoft 365 admin center.
+
@@ -36 +42,11 @@ To import an ISO disk image, you must first meet the following prerequisites:
-  * The file extension is case sensitive for the import process, and must be `.ISO`.
+  * The file extension is case sensitive for the import process, and must be `.ISO`. If your file extension is lowercase, you can run one of the following commands to rename it:
+
+Command
+    
+    
+        aws s3 cp s3://amzn-s3-demo-bucket/Win11_24H2_English.iso s3://amzn-s3-demo-bucket/Win11_24H2_English.ISO
+
+PowerShell
+    
+    
+        Copy-S3Object -BucketName amzn-s3-demo-bucket -Key Win11_24H2_English.iso -DestinationKey Win11_24H2_English.ISO