Export Data to Amazon S3
Set up continuous export of assets, vulnerabilities, and scan results from Mondoo to an Amazon S3 bucket.
Export your Mondoo security data to an Amazon S3 bucket for long-term retention, custom reporting, or integration with an AWS data pipeline. For how exports work in general, read Continuous Data Exports.
Requirements
- An Amazon account with an S3 bucket. See the Amazon S3 documentation for setup.
- An access key ID and secret access key pair for programmatic access to the bucket. See Programmatic Access in the AWS documentation.
- Editor or Owner access to the Mondoo space.
Create the integration
-
In the Mondoo App, navigate to the space. In the side navigation, select Integrations. Under Exports, select Amazon S3.

-
Enter a name for the integration.

-
Fill in:
- Bucket name. The S3 bucket name.
- Region. The bucket's region ID.
- Export as.
.jsonlor.csv. - Access Key ID and Secret Access Key. Credentials for programmatic access to the bucket.
-
Select CREATE EXPORT.
Mondoo starts the initial export. When it completes, the integration's status becomes active and subsequent exports run automatically every ~24 hours.
Manage this integration
After it's created, find your integration under Integrations in your space's side navigation. Select it to open the detail page, where you can:
- Trigger a manual export. Exports run automatically about every 24 hours. To export immediately, select SCHEDULE NOW.
- Check the status.
activemeans the integration is healthy and exporting on schedule.pendingmeans Mondoo hasn't attempted the first export yet.errormeans the last export failed. - Remove the integration. Select the trash can icon and confirm. Mondoo stops future exports but does not delete data that has already been exported.