Skip to content

Instantly share code, notes, and snippets.

@tedder
Created July 28, 2015 20:26
Show Gist options
  • Save tedder/21a08b666a99daec68da to your computer and use it in GitHub Desktop.
Save tedder/21a08b666a99daec68da to your computer and use it in GitHub Desktop.
ec2.describe_vpcs(Filters=[{'Name':'tag', 'Values':[{'aws:cloudformation:stack-id':'stackidname'}]}])
@garnaat
Copy link

garnaat commented Jul 28, 2015

I think it would be:

ec2-describe_vpcs(Filters=[{"Name": "tag:Name", "Values"=['stackidname']}]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment