AWS Security ChangesHomeSearch

AWS transform documentation change

Service: transform · 2026-04-25 · Documentation low

File: transform/latest/userguide/vpc-interface-endpoints.md

Summary

Changed terminology from 'WebApp' to 'web application' in three places, including endpoint description and section header

Security assessment

This change is purely cosmetic/terminological, updating the naming convention from 'WebApp' to 'web application'. No security-related content was added, removed, or modified. The technical requirements (private DNS enabled for VPC endpoints) remain unchanged.

Diff

diff --git a/transform/latest/userguide/vpc-interface-endpoints.md b/transform/latest/userguide/vpc-interface-endpoints.md
index bda96c3cc..473be2d53 100644
--- a//transform/latest/userguide/vpc-interface-endpoints.md
+++ b//transform/latest/userguide/vpc-interface-endpoints.md
@@ -46 +46 @@ The following VPC endpoint service names are available for AWS Transform:
-  * `com.amazonaws.`region`.api.transform` – Required for the AWS Transform WebApp. This endpoint **must** have private DNS enabled (the _Enable DNS name_ option) so that `api.transform.`region`.on.aws` resolves to a private IP address in your VPC.
+  * `com.amazonaws.`region`.api.transform` – Required for the AWS Transform web application. This endpoint **must** have private DNS enabled (the _Enable DNS name_ option) so that `api.transform.`region`.on.aws` resolves to a private IP address in your VPC.
@@ -55 +55 @@ Replace `region` with the AWS Region where your AWS Transform profile is install
-If you use the AWS Transform WebApp, the `api.transform` endpoint is required. For the full setup guide, see [Accessing the AWS Transform WebApp from a VPC](./vpc-webapp-access.html).
+If you use the AWS Transform web application, the `api.transform` endpoint is required. For the full setup guide, see [Accessing the AWS Transform web application from a VPC](./vpc-webapp-access.html).
@@ -80 +80 @@ Resilience
-Webapp VPC access
+Web application VPC access