Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.48 KB

Setup-AWS.md

File metadata and controls

27 lines (18 loc) · 1.48 KB

Setup - AWS

This chapter explores setting up a Windows environment to properly use Windows containers on Amazon Web Services (AWS).

Windows Server 2016 on AWS

AWS has a pre-baked AMI with Docker Engine already installed. To start an instance, do the following (requires AWS account):

  1. Open the EC2 launch-instance wizard
  2. Select the "Microsoft Windows Server 2016 Base with Containers" AMI
  3. 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
  4. Select "Review and Launch"
  5. Once the VM is up, hit "Connect". If using macOS, get the free Remote Desktop app in the Mac App Store
  6. See details on getting the initial Windows Administrator password for your AWS instance
  7. Start PowerShell
  8. Check that Docker is running with docker version

Connecting to AWS Virtual Machine

Next Steps

See the Microsoft documentation for more comprehensive instructions.

Continue to Step 2: Getting Started with Windows Containers