Skip to content

ljacobsson/aws-resource-explorer-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published