Last active
November 16, 2016 01:30
-
-
Save EmmanuelTsouris/59e62ad51d601406322be121fbd47ee4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# PowerShell to grab a list of the Windows 2016 with Containers AMI | |
Get-EC2Image -Filter @{Name='name';Value='Windows_Server-2016*'},@{Name='name';Value="*Containers*"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment