AWS Security ChangesHomeSearch

AWS transform documentation change

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

File: transform/latest/userguide/transform-vmware-migrate-network.md

Summary

Removed network access control lists (NACLs) from translated resources list and added Hashicorp Terraform templates to generated outputs

Security assessment

The removal of NACLs (a security layer) from the translated resources list could potentially impact network security configurations, but there's no explicit mention of security vulnerabilities or remediation. The change appears to be a feature update (adding Terraform support) rather than addressing a documented security issue.

Diff

diff --git a/transform/latest/userguide/transform-vmware-migrate-network.md b/transform/latest/userguide/transform-vmware-migrate-network.md
index d8b368a09..9da494bbb 100644
--- a//transform/latest/userguide/transform-vmware-migrate-network.md
+++ b//transform/latest/userguide/transform-vmware-migrate-network.md
@@ -9 +9 @@ Network configuration generatorsNetwork topologiesIP migration approachesGenerat
-AWS Transform can migrate your VMware networks to AWS. The migration process translates your source environment configuration to an AWS-equivalent network. AWS Transform analyzes your source network data and translates your source network to these AWS networking resources as needed: VPCs, subnets, security groups, network access control lists (NACLs), NAT gateways, transit gateways, internet gateways, elastic IPs, routes, and route tables. AWS Transform then creates AWS CloudFormation templates and AWS Cloud Development Kit (AWS CDK) templates. You'll be able to review the generated network configuration, and then either deploy it on your own or ask AWS Transform to deploy it for you.
+AWS Transform can migrate your VMware networks to AWS. The migration process translates your source environment configuration to an AWS-equivalent network. AWS Transform analyzes your source network data and translates your source network to these AWS networking resources as needed: VPCs, subnets, security groups, NAT gateways, transit gateways, elastic IPs, routes, and route tables. AWS Transform then creates AWS CloudFormation templates, AWS Cloud Development Kit (AWS CDK) templates, and and Hashicorp Terraform templates. You'll be able to review the generated network configuration, and then either deploy it on your own or ask AWS Transform to deploy it for you.