By Ankit Mehta
There are three methods to get a list of Alibaba Cloud resources: Alibaba Cloud Management Console, Alibaba Cloud CLI, and Steampipe.
Users can get a list of Alibaba Cloud resources using the Resource Group feature provided by the Resource Management service:
Another way to list Alibaba Cloud resources is using the Alibaba Cloud Command Line Interface (CLI). It reduces the need to log on to the web console and retrieve account information via the command line. However, the Alibaba Cloud CLI requires some programming skills to work with it.
The following is an example of listing OSS buckets in an Alibaba Cloud account using the CLI:
Steampipe is a savior with the slightest learning curve to querying Alibaba Cloud resources from the command line. Basic SQL knowledge is required to get started with Steampipe.
Steampipe allows you to communicate with Alibaba Cloud APIs using basic SQL commands. Steampipe is an open-source project enabling contributors to develop the project further.
Steampipe currently provides the following plugins and modules for Alibaba Cloud:
brew tap turbot/tap
brew install steampipe
to install SteampipeNote: You can run steampipe -v
to check the installed version.
Note: Alibaba Cloud credentials (Access Key and Secret Key) are required to configure Steampipe. Make sure you have these available before continuing with this guide.
steampipe plugin install alicloud
to install the Alibaba Cloud plugin~/.steampipe/config/alicloud.spc
Steampipe is an easy-to-use tool that can reduce your burden in auditing your Alibaba Cloud infrastructure. It is also possible to extend the Steampipe functionality to check the infrastructure for CIS benchmark rules.
1,042 posts | 256 followers
FollowData Geek - August 28, 2023
Alibaba EMR - May 14, 2021
Alibaba Developer - April 22, 2021
Alibaba Clouder - December 21, 2020
Alibaba Clouder - July 5, 2019
JDP - June 25, 2021
1,042 posts | 256 followers
FollowOrganize and manage your resources in a hierarchical manner by using resource directories, folders, accounts, and resource groups.
Learn MoreA Web browser-based admin tool that allows you to use command line tools to manage Alibaba Cloud resources.
Learn MoreSecure your cloud resources with Resource Access Management to define fine-grained access permissions for users and groups
Learn MoreAlibaba Cloud Function Compute is a fully-managed event-driven compute service. It allows you to focus on writing and uploading code without the need to manage infrastructure such as servers.
Learn MoreMore Posts by Alibaba Cloud Community