AWS transform documentation change
Summary
Updated introduction to clarify containerization scope, added migration context, and replaced 'the agent' with 'AWS Transform' for terminology consistency
Security assessment
Changes focus on clarifying product capabilities and terminology without introducing security features or addressing vulnerabilities. The private dependency support mention remains unchanged and doesn't constitute new security documentation.
Diff
diff --git a/transform/latest/userguide/transform-containers.md b/transform/latest/userguide/transform-containers.md index 7b8aa0925..36924aa1b 100644 --- a//transform/latest/userguide/transform-containers.md +++ b//transform/latest/userguide/transform-containers.md @@ -11 +11 @@ Capabilities and key featuresHow containerization worksPrerequisitesContaineriza -AWS Transform can help you containerize your applications for deployment on AWS using generative AI. This chapter describes how to use AWS Transform to analyze your source code, generate container images, and deploy containerized applications to Amazon Elastic Container Service or Amazon Elastic Kubernetes Service. +AWS Transform supports replatforming applications to containers during migration to AWS. This chapter describes AWS Transform's agentic AI capabilities to automate the containerization of your source code. You can migrate and modernize in parallel, reducing the time and complexity of moving from on-premises to cloud-native architectures. You can containerize source code from GitHub, Bitbucket, GitLab, or .zip files, generate Docker images, publish to Amazon Elastic Container Registry (Amazon ECR), and deploy to Amazon Elastic Container Service (Amazon ECS) or Amazon Elastic Kubernetes Service (Amazon EKS). This brings containerization into the same workflow you use to plan and execute rehost migrations. @@ -23 +23 @@ AWS Transform offers the following capabilities for containerizing your applicat - * **Private dependency support** — Optionally configure AWS CodeArtifact repositories (Maven, PyPI, npm) and private Amazon ECR base images as dependency sources for your builds. + * **Private dependency support** — You can optionally configure AWS CodeArtifact repositories (Maven, PyPI, npm) and private Amazon ECR base images as dependency sources for your builds. @@ -32 +32 @@ AWS Transform offers the following capabilities for containerizing your applicat -AWS Transform uses an AI-powered agent to guide you through the containerization process in a chat-based workflow. The agent coordinates specialized tasks such as source code analysis, Docker image generation, and infrastructure creation. At key points in the workflow, you review and approve the agent's output before proceeding. +AWS Transform uses an AI-powered agent to guide you through the containerization process in a chat-based workflow. AWS Transform coordinates specialized tasks such as source code analysis, Docker image generation, and infrastructure creation. At key points in the workflow, you review and approve the output before proceeding. @@ -97 +97 @@ To containerize your applications, you first create a VMware migration job in yo - 4. The agent guides you through the workflow steps, starting with [Step 1: Review security disclaimer](./transform-containers-step-disclaimer.html). + 4. AWS Transform guides you through the workflow steps, starting with [Step 1: Review security disclaimer](./transform-containers-step-disclaimer.html). @@ -108 +108 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please -Migrate servers +Release notes