AWS Windows Containers Deployment Tools
This is the final chapter in the book, and I hope you have enjoyed this journey so far. We have covered so much around deployment and best practices for Windows containers on AWS. Now, it is time to shift gears and learn about AWS tools that allow you to containerize and deploy Windows containers on AWS.
First, we will learn about eksctl, an open source command-line interface that allows you to deploy the Amazon EKS cluster; then, we will learn about App2Container, a free AWS tool that enables you to containerize .NET Framework and ASP.NET Framework applications to Windows containers without any code change. Finally, we will be learning about AWS Copilot, which simplifies and streamlines a Windows container deployment without the need for any infrastructure knowledge.
In this chapter, we will cover the following topics:
- Deploying an Amazon EKS cluster with eksctl
- Containerizing Windows applications with AWS App2Container ...