Skip to main content
By the end of this tutorial, you will have reported a snapshot of your AWS environment to Kosli, making its running artifacts visible and trackable. There are two ways to do this:
  • Kosli CLI — quick to run, suitable for testing only
  • — deploys a for continuous, production-grade reporting
Follow the section that matches your needs.

Prerequisites

Report using Kosli CLI

This approach is suitable for testing only. Install Kosli CLI if you have not done so, then export your AWS credentials:
Run the snapshot command for your environment type:

Report using Terraform module

Install Terraform if you have not done so.
  1. Authenticate to AWS.
  2. Store your Kosli API token in as a SecureString parameter named kosli_api_token.
  3. Create a main.tf file with the configuration for your environment type:
  1. Initialize and apply the Terraform configuration:
  1. To verify the Lambda reporter is running, go to the AWS console → Lambda → your reporter function → Monitor → Logs.

What you’ve accomplished

You have reported a snapshot of your AWS environment to Kosli. Kosli now tracks the running artifacts in that environment and will record changes as they happen. From here you can:
Last modified on June 5, 2026