This chapter explores setting up a Windows environment to properly use Windows containers on Amazon Web Services (AWS).
AWS has a pre-baked AMI with Docker Engine already installed. To start an instance, do the following (requires AWS account):
- Open the EC2 launch-instance wizard
- Select the "Microsoft Windows Server 2016 Base with Containers" AMI
- Input setup parameters
c4.large
has good performance for development and testing- The default AWS security group settings will let you connect with Remote Desktop
- Select "Review and Launch"
- Once the VM is up, hit "Connect". If using macOS, get the free Remote Desktop app in the Mac App Store
- See details on getting the initial Windows Administrator password for your AWS instance
- Start PowerShell
- Check that Docker is running with
docker version
See the Microsoft documentation for more comprehensive instructions.
Continue to Step 2: Getting Started with Windows Containers