Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 1.31 KB

README.md

File metadata and controls

51 lines (36 loc) · 1.31 KB

AWS Plugin for Steampipe

Query AWS with SQL

Use SQL to query IAM users, EC2 instances and more from your AWS account. For example:

select
  name,
  user_id,
  path,
  create_date,
  password_last_used
from
  aws_iam_user;

Learn about Steampipe.

Get started

Table documentation and examples →

Install the plugin:

steampipe plugin install aws

Get involved

Community

The Steampipe community can be found on GitHub Discussions, where you can ask questions, voice ideas, and share your projects.

Our Code of Conduct applies to all Steampipe community channels.

Contributing

Please see CONTRIBUTING.md.