Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.32 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.32 KB

aws-resource-explorer-cli

Searches AWS resources and launches them in the AWS console in your browser.

This is using the Resource Explorer feature and works similarly to typing /Resource <your query> in the AWS console search bar, but lets you do it in your terminal instead for increased productivity.

Note that this only works with supported resources. Find out which are indexed in the Resource Explorer documentation.

Installation

npm i -g aws-resource-explorer-cli

Query syntax

Please study the AWS Resource Explorer documentation to get the most out of your searches.

Demo

Demo

Commands

  • resource-explorer search <query> - Free text search of all your supported resources
  • resource-explorer stack-resources <query> - Browse the resources in a CloudFormation stack and navigate to their console page

Note that you can also access the command via its alias resexp where resource-explorer stack-resources --stack-name my-stack can be abbreviated as resexp sr -s my-stack