Run ReportsContinuous Data Exports

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

  1. In the Mondoo App, navigate to the space. In the side navigation, select Integrations. Under Exports, select Amazon S3.

    Add an export integration

  2. Enter a name for the integration.

    Amazon S3 integration - top

  3. Fill in:

    • Bucket name. The S3 bucket name.
    • Region. The bucket's region ID.
    • Export as. .jsonl or .csv.
    • Access Key ID and Secret Access Key. Credentials for programmatic access to the bucket.
  4. 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. active means the integration is healthy and exporting on schedule. pending means Mondoo hasn't attempted the first export yet. error means 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.

Next steps

On this page