Created
November 3, 2016 23:30
-
-
Save bo67192/c7c36710be9a153ea1998045c64806a9 to your computer and use it in GitHub Desktop.
Powershell AWS get-ec2instance example with filter
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
(Get-EC2Instance -filter @( @{name='tag:Name';values="*Webserver*"})).instances |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment