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.
Table documentation and examples →
Install the plugin:
steampipe plugin install aws
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.
Please see CONTRIBUTING.md.