AWS elasticbeanstalk documentation change
Summary
Added bastion host as alternative for EB CLI installation location
Security assessment
Recommending bastion host usage improves security posture by encouraging isolation of migration tools from production servers, though no specific vulnerability is addressed.
Diff
diff --git a/elasticbeanstalk/latest/dg/dotnet-migrating-applications-comparison.md b/elasticbeanstalk/latest/dg/dotnet-migrating-applications-comparison.md index 9e2d3c2a0..80a10a71d 100644 --- a//elasticbeanstalk/latest/dg/dotnet-migrating-applications-comparison.md +++ b//elasticbeanstalk/latest/dg/dotnet-migrating-applications-comparison.md @@ -60 +60 @@ Post-migration steps | Minimal; environment is ready for use with Elastic Beanst - 1. Install the EB CLI on your source IIS server. + 1. Install the EB CLI on either your source IIS server or a bastion host.