Help Center/ Migration Center/ FAQs/ Resource Discovery/ How Do I Export Resource Details with AWS Resource Explorer?
Updated on 2026-05-07 GMT+08:00
How Do I Export Resource Details with AWS Resource Explorer?
This section describes how to export resource details with AWS Resource Explorer.
Prerequisites
- Your account has read-only permissions and the AWSConfigServiceRolePolicy attached. For details, see Grant a user permissions to switch roles.
- Your account's AWS Config rule settings are configured to record All resource types with customizable overrides. For details, see 1-Click Setup for AWS Config.
Exporting Resource Details with AWS Resource Management
- Log in to the AWS console.
- Enter AWS Config in the search box in the upper part of the page and click AWS Config.
- On the AWS Config page, select Advanced queries, click New query in the upper right corner, and enter the following query statement:
SELECT * , configuration

- Export the results.
- If there are fewer than 500 records, click Export as on the right to export a JSON file.

- If there are 500 or more records, export the results to a JSON file using the following method:
- Click CloudShell in the lower left corner and enter the following statement:
aws configservice select-resource-config --expression "SELECT *, configuration" --region {region} --output json > result-{region}.jsonReplace {region} with the actual region code, for example, us-east-1.
- Execute the code and choose Actions > Download file on the right.

- On the Download file page, paste the file name in the command line to the Individual file path text box and click Download.

- Click CloudShell in the lower left corner and enter the following statement:
- If there are fewer than 500 records, click Export as on the right to export a JSON file.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot