Steampipe Plugin Aws

Use SQL to instantly query AWS resources across regions and accounts. Open source CLI. No DB required.
Alternatives To Steampipe Plugin Aws
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Devops Exercises43,460
4 days ago14otherPython
Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP, DNS, Elastic, Network, Virtualization. DevOps Interview Questions
Devops Resources6,995
4 days ago13Groovy
DevOps resources - Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP
Steampipe5,28137 hours ago352September 20, 2022245agpl-3.0Go
Use SQL to instantly query your cloud services (AWS, Azure, GCP and more). Open source CLI. No DB required.
Developer Handbook5,106
a month ago6mit
An opinionated guide on how to become a professional Web/Mobile App Developer.
Cloudquery4,54067 hours ago241August 14, 2022260mpl-2.0Go
The open source high performance data integration platform built for developers.
Ethereum Etl2,548
7 hours ago37May 24, 2022132mitPython
Python scripts for ETL (extract, transform and load) jobs for Ethereum blocks, transactions, ERC20 / ERC721 tokens, transfers, receipts, logs, contracts, internal transactions. Data is available in Google BigQuery https://goo.gl/oY5BCQ
Data Science Best Resources2,466
5 days ago5mit
Carefully curated resource links for data science in one place
Iasql545
10 days ago120agpl-3.0TypeScript
Cloud Infrastructure as data in PostgreSQL
Spark Redshift514414 years ago10November 01, 2016134apache-2.0Scala
Redshift data source for Apache Spark
Machine_learning_and_deep_learning425
14 days agogpl-3.0Jupyter Notebook
Alternatives To Steampipe Plugin Aws
Select To Compare


Alternative Project Comparisons
Readme

image

AWS Plugin for Steampipe

Use SQL to query infrastructure including servers, networks, identity and more from AWS.

Quick start

Install the plugin with Steampipe:

steampipe plugin install aws

Run a query:

select arn, creation_date from aws_kms_key

Advanced configuration

The AWS plugin has the power to:

  • Query multiple accounts
  • Query multiple regions
  • Use many different methods for credentials (roles, SSO, etc)

Developing

Prerequisites:

Clone:

git clone https://github.com/turbot/steampipe-plugin-aws.git
cd steampipe-plugin-aws

Build, which automatically installs the new version to your ~/.steampipe/plugins directory:

make

Configure the plugin:

cp config/* ~/.steampipe/config
vi ~/.steampipe/config/aws.spc

Try it!

steampipe query
> .inspect aws

Further reading:

Contributing

Please see the contribution guidelines and our code of conduct. All contributions are subject to the Apache 2.0 open source license.

help wanted issues:

Popular Amazon Web Services Projects
Popular Sql Projects
Popular Cloud Computing Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Go
Aws
Postgresql
Sql
Aws Cli