AWS Security ChangesHomeSearch

AWS elasticbeanstalk documentation change

Service: elasticbeanstalk · 2025-04-20 · Documentation low

File: elasticbeanstalk/latest/dg/dotnet-onpremmigration.md

Summary

Updated migration documentation to emphasize EB CLI's 'eb migrate' command instead of PowerShell utility, removed GitHub link, and added reference to new migration chapter

Security assessment

The changes focus on migration tooling updates and documentation reorganization without mentioning security improvements or vulnerabilities

Diff

diff --git a/elasticbeanstalk/latest/dg/dotnet-onpremmigration.md b/elasticbeanstalk/latest/dg/dotnet-onpremmigration.md
index 73657a70a..ef2309c60 100644
--- a//elasticbeanstalk/latest/dg/dotnet-onpremmigration.md
+++ b//elasticbeanstalk/latest/dg/dotnet-onpremmigration.md
@@ -7 +7 @@
-If you're thinking about migrating your .NET application from on-premises servers to Amazon Web Services (AWS), the .NET Migration Assistant for AWS Elastic Beanstalk might be useful for you. The assistant is an interactive PowerShell utility that migrates a .NET application from Windows Server with IIS running on premises to AWS Elastic Beanstalk. The assistant can migrate an entire website to Elastic Beanstalk with minimal or no changes needed.
+AWS Elastic Beanstalk provides a streamlined migration path for your Windows applications running on Internet Information Services (IIS) through the Elastic Beanstalk Command Line Interface (EB CLI). The **eb migrate** command automatically discovers your IIS sites, applications, and virtual directories, preserves their configurations, and deploys them to the AWS Cloud.
@@ -9 +9 @@ If you're thinking about migrating your .NET application from on-premises server
-For more information about the .NET Migration Assistant for AWS Elastic Beanstalk and to download it, see the [https://github.com/awslabs/windows-web-app-migration-assistant](https://github.com/awslabs/windows-web-app-migration-assistant) repository on GitHub.
+This built-in migration capability offers a simpler approach that reduces the complexity and time typically associated with cloud migrations. The migration process helps maintain application functionality and configuration integrity during the transition to AWS.
@@ -11 +11 @@ For more information about the .NET Migration Assistant for AWS Elastic Beanstal
-If your application includes Microsoft SQL Server databases, the assistant's documentation on GitHub includes several options for migrating them.
+For complete, detailed instructions about migrating your IIS applications to AWS Elastic Beanstalk, refer to the [Migrating IIS applications to Elastic Beanstalk](./dotnet-migrating-applications.html) chapter in this guide.