Skip to content

Steampipe enables you to query cloud service APIs with SQL. This open source plugin extends the capability of Steampipe to understand AWS resource types and authentication.

License

Notifications You must be signed in to change notification settings

kpapagno/steampipe-plugin-aws

 
 

Repository files navigation

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.

About

Steampipe enables you to query cloud service APIs with SQL. This open source plugin extends the capability of Steampipe to understand AWS resource types and authentication.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 95.1%
  • HCL 4.2%
  • JavaScript 0.4%
  • Python 0.3%
  • PLSQL 0.0%
  • Makefile 0.0%