get_compute_object_ids_ec2
Retrieves all AWS EC2 object IDs that match query
Arguments
Name
Type
Description
Choices
match_all
bool
Set to false to match ANY defined criteria
tags
name: value
Allows simple qualification of tags
kwargs
Any top level object from the get_compute_ec2 call
Returns
Type
Return Value
list
List of all the EC2 object id's
Example
Last updated