AWS transform documentation change
Summary
Replaced all instances of 'the agent' with 'AWS Transform' for consistent terminology
Security assessment
Changes are purely terminological updates replacing 'agent' with 'AWS Transform'. No security vulnerabilities, configurations, or features are mentioned or modified in the documentation.
Diff
diff --git a/transform/latest/userguide/transform-containers-step-test-deploy.md b/transform/latest/userguide/transform-containers-step-test-deploy.md index 6635cb4bb..0df2dfe37 100644 --- a//transform/latest/userguide/transform-containers-step-test-deploy.md +++ b//transform/latest/userguide/transform-containers-step-test-deploy.md @@ -15 +15 @@ In this step, AWS Transform deploys test infrastructure so that you can validate -The agent deploys the infrastructure templates generated in the previous step to your AWS account. For Amazon EKS deployments, this uses Helm. For Amazon ECS deployments, this uses Terraform. +AWS Transform deploys the infrastructure templates generated in the previous step to your AWS account. For Amazon EKS deployments, this uses Helm. For Amazon ECS deployments, this uses Terraform. @@ -17 +17 @@ The agent deploys the infrastructure templates generated in the previous step to -Before deploying, the agent presents an infrastructure values form where you can configure deployment parameters such as resource names, replica counts, and environment-specific settings. The agent also generates a deployment preview that shows what resources will be created, so you can review the changes before approving. +Before deploying, AWS Transform presents an infrastructure values form where you can configure deployment parameters such as resource names, replica counts, and environment-specific settings. AWS Transform also generates a deployment preview that shows what resources will be created, so you can review the changes before approving. @@ -27 +27 @@ Before deploying, the agent presents an infrastructure values form where you can - 3. Approve the infrastructure deployment when the agent requests it. + 3. Approve the infrastructure deployment when AWS Transform requests it. @@ -29 +29 @@ Before deploying, the agent presents an infrastructure values form where you can - 4. Wait for the deployment to complete. The agent displays the deployment results. + 4. Wait for the deployment to complete. AWS Transform displays the deployment results. @@ -33 +33 @@ Before deploying, the agent presents an infrastructure values form where you can - 6. Tell the agent whether you are satisfied with the deployment, or whether you want to modify the infrastructure and redeploy. + 6. Tell AWS Transform whether you are satisfied with the deployment, or whether you want to modify the infrastructure and redeploy. @@ -42 +42 @@ If you need to modify the infrastructure templates, you can upload updated templ - 1. Tell the agent you want to modify the IaC. + 1. Tell AWS Transform you want to modify the IaC. @@ -46 +46 @@ If you need to modify the infrastructure templates, you can upload updated templ - 3. The agent replaces the templates and performs an incremental update (Terraform apply or Helm upgrade). + 3. AWS Transform replaces the templates and performs an incremental update (Terraform apply or Helm upgrade).