This topic describes how to use the advanced search feature of Cloud Config to query resources and download a custom resource list.
Background information
During daily internal governance and O&M processes, enterprises that migrate business to the cloud always need to export the data of cloud resources, such as resources of a specified type and properties of a specified resource type. The advanced search feature of Cloud Config allows you to search for resources by property. This feature supports various resource types and multiple properties. This way, you can export custom resource data. In this example, a custom resource list is downloaded. The IDs, names, regions, private IP addresses, billing methods, and instance types of all Elastic Compute Service (ECS) instances of the current account are exported to the list.
Procedure
Log on to the Cloud Config console.
-
In the navigation pane on the left, choose Resource > Resource.
-
On the advanced search page, switch to the SQL tab and enter the following query.
SELECT ResourceId, ResourceName, RegionId, VpcAttributes.PrivateIpAddress.IpAddress, InstanceChargeType, InstanceType WHERE ResourceType = 'ACS::ECS::Instance'NoteFor more information about the resource types that you can query by using Cloud Config, see Alibaba Cloud services and resource types supported by Cloud Config.
-
To learn which resource properties you can query with the advanced search feature, see alibabacloud-config-resource-schema.
-
Click Search.
-
Click Download Search Result to download the resource list as a CSV file.
FAQ
How do I use the advanced search feature to download a custom resource list in a multi-account system?
If you want to download a custom resource list in a multi-account system, you must log on to the Cloud Config console and select an account group in the left-side navigation pane. Then, perform Step 2 to Step 5 to download a custom resource list.