AWS Security ChangesHomeSearch

AWS transform documentation change

Service: transform · 2025-12-10 · Documentation low

File: transform/latest/userguide/transform-aws-customs.md

Summary

Updated Early Access transformation details for Graviton compatibility with specific technical guidance

Security assessment

Changes provide technical implementation details for architecture migration but contain no security-specific content. Focus is on compatibility rather than security controls.

Diff

diff --git a/transform/latest/userguide/transform-aws-customs.md b/transform/latest/userguide/transform-aws-customs.md
index 4d2a16a31..f5cdfc230 100644
--- a//transform/latest/userguide/transform-aws-customs.md
+++ b//transform/latest/userguide/transform-aws-customs.md
@@ -54 +54,5 @@ The following AWS-managed transformations are currently available:
-**Early Access Transformations:**
+**Early Access Transformations**
+
+###### Note
+
+Early access transformations are functional but might be frequently updated based on customer feedback.
@@ -58 +62 @@ The following AWS-managed transformations are currently available:
-  * `AWS/early-access-java-x86-to-graviton` \- [Early Access] Perform Java compatibility analysis and migration of existing code to support execution on Arm64 architecture for running on Graviton EC2 instances.
+  * `AWS/early-access-java-x86-to-graviton` \- [Early Access] Validates Java application compatibility with Arm64 architecture for running on AWS Graviton Processors. Identifies and resolves Arm64 incompatibilities by updating dependencies, detecting architecture-specific code patterns, and recompiling native libraries when source code is available. Makes targeted code modifications necessary for Arm64 support, such as architecture detection, and native library loading, but does not perform general code refactoring. Maintains current Java version and JDK distribution and validates compatibility through build and test execution. For optimal results, run in an Arm64-based environment. 
@@ -59,0 +64 @@ The following AWS-managed transformations are currently available:
+###### Note
@@ -60,0 +66 @@ The following AWS-managed transformations are currently available:
+Many modern Java applications are already Arm64-compatible.
@@ -63 +68,0 @@ The following AWS-managed transformations are currently available:
-###### Note
@@ -65 +69,0 @@ The following AWS-managed transformations are currently available:
-Early access transformations are functional but may receive frequent updates based on customer feedback.