A legacy IIS permit application must become more portable and scale as discrete units before a full rewrite. What is an appropriate first architecture move?
Select an answer to reveal the explanation.
Short Explanation
Containerizing IIS on ECS is like moving city hall into modular trailers—you can relocate and scale the boxes before rebuilding the whole building. Skipping straight to a total rewrite or hiding the app under a desk doesn’t buy portability.
Full Explanation
Migrating a legacy application into containers on Amazon ECS improves portability and creates clearer scale units without requiring an immediate full rewrite. That intermediate step is a common path toward modern architectures. Leaving the app on a single desktop or delaying all packaging until a complete rewrite postpones operational benefits.