Skip to content

Instantly share code, notes, and snippets.

@omar-yassin
Last active December 9, 2015 20:23
Show Gist options
  • Save omar-yassin/7a02d01b66e98612afaa to your computer and use it in GitHub Desktop.
Save omar-yassin/7a02d01b66e98612afaa to your computer and use it in GitHub Desktop.
Powershell AWS Get-elbtag Example
((get-elbtags -LoadBalancerName ELB-OMAR).Tags | where {$_.key -eq 'tag-name'}).Value
$instance_state = (Get-ELBInstanceHealth -LoadBalancerName $elb_name | where {$_.InstanceId -eq "$instance_id"}).State
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment