Classify Infrastructure Entities
Classify your infrastructure entities as Production or Not Production to enable appropriate compliance checks in Sprinto.
Introduction
Entity classification is essential for accurate compliance monitoring in Sprinto. By classifying each infrastructure entity as Production or Not Production, Sprinto applies the correct set of compliance checks to ensure relevant controls are enforced.
Entities left Unclassified are excluded from monitoring until a classification is applied.
Available Classification Types
Classification
Description
Production
Entity processes or stores sensitive, confidential, or in-scope data.
Not Production
Entity handles non-sensitive, test, or staging data.
Unclassified
Default state for newly synced entities until classification is applied.
Classification Hierarchy
Sprinto supports multiple classification methods. If more than one is used, the following hierarchy applies:
Manual Classification (Highest priority)
Tag-based Classification
Parent-based Classification
System-level Default Classification
Manual overrides always take precedence.
Classification Methods
1. System-wide (Smart) Classification
Apply a default classification to all entities within a system.
Steps:
Go to Data Library → Infrastructure → Infra systems.
Click Configure on the relevant infrastructure system.
In the Classification section, choose a default:
Production
Not Production
Click Save.
Future entities synced from this system will inherit this default unless overridden.
2. Manual Classification (Per Entity)
Manually assign classification to individual entities by evaluating their sensitivity.
Steps:
Click on an infrastructure system and go to the Entities tab.
Select the entity you want to classify.
Click Classify.
Choose Manual override, then answer the classification questionnaire:
Type of data processed
Data storage and sensitivity
Role of the instance (primary, backup, etc.)
Click Save.
The associated check status will update to Passing if criteria are met.
3. Tag-Based Classification
Automatically classify entities using recognised tags.
Supported Tags:
Key
Value
Classification
sprinto
prod
Production
sprinto
notprod
Not Production
env
production
Production
env
notprod
Not Production
environment
prod
Production
environment
staging
Not Production
Ensure these tags are set on the entity in your cloud platform prior to syncing.
4. Parent-Based Classification
Entities with a parent-child relationship inherit classification from the parent.
Steps:
Navigate to the target child entity.
Click the edit icon in the Classification column.
Choose Based on the parent entity.
Save the configuration.
Best Practices
Use Smart Classification during initial setup for faster configuration.
Apply Manual Classification to high-risk or business-critical systems.
Use Tag-based Classification for environments with consistent tagging policies.
Rely on Parent-based Classification when managing nested resources (e.g., instances under a VPC).
Last updated