Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save EmmanuelTsouris/59e62ad51d601406322be121fbd47ee4 to your computer and use it in GitHub Desktop.
Save EmmanuelTsouris/59e62ad51d601406322be121fbd47ee4 to your computer and use it in GitHub Desktop.
# 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