You can search resources using the tokens provided. You can try following search use cases.
| Use Case | Resource | Search Query | 
| List all instances created using a specific AMI | Instance | resource.type:Instance and instance.imageid:ami-d39a02b5 | 
| List security group allowing access on port 22 | Security Groups | resource.type:Security Group and securitygroup.inboundrule.fromport: 22 | 
| List all resources owned by QA Department | All Resources | tag.key:Department and tag.value:QA | 
| List all default VPC ( One’s that are created by AWS) | VPC | resource.type:VPC and vpc.defaultvpc:true | 
| List all resources of N. Virginia region | All Resources | region:N. Virginia |