KSI-CNA-EISPartial reviewEnforcing Intended State
CNA — Cloud-Native Architecture
NIST 800-53: ca-2.1, ca-7.1
- Who this is for
- Cloud service providers
- Service class
- Varies: B, C
- Implementation guidance
- Reviewed guidance available
- Evidence automation
- Not published
What your CSP needs to do
KSI-CNA-EIS (not to be confused with KSI-SVC-EIS, a different indicator) is about automated enforcement of intended state. What you need to show:
- An automated service — not a human on a schedule — persistently assesses your machine-based resources. Point-in-time audits and quarterly reviews do not qualify.
- That service enforces (or at minimum detects departure from) the intended operational state: AWS Config actively recording, Azure Policy assignments in enforcement mode, or GCP Security Command Center / Cloud Asset Inventory watching the project.
One nuance worth knowing before you invest: in the upstream FRMR data this indicator's requirement varies by class — it is marked Optional for Class B and required as written for Class C. Check which class your offering targets before treating a gap here as blocking.
The most common way CSPs fail it: the enforcement tooling is deployed in audit-only mode. Visibility without enforcement gives you a drift report, not an enforced intended state.
Implementation: AWS
- AWS Config — the engine requires a Config recorder with
recording: true. A recorder that exists but is stopped fails with "configuration drift detection is disabled."
Implementation: Azure
- Azure Policy — at least one policy assignment with
enforcementMode: Default. Assignments inDoNotEnforcemode are audit-only and fail the condition.
Implementation: GCP
The engine accepts either of two services on GCP:
- Security Command Center — SCC enabled on the project (actively scanning project resources), or
- Cloud Asset Inventory — CAI accessible for the project, accepted as an alternative because it proves configuration state is being monitored.
What passing evidence looks like
Passing automated evidence contains one or more of these signals. Each is an any-pass check — one conforming resource satisfies the signal — and each signal with evidence contributes one point to the score:
aws:config— an AWS Config recorder is actively recording.azure:policy— an Azure Policy assignment is in enforcement mode (Default).gcp:scc— the GCP project has Security Command Center enabled.gcp:cloudasset— the GCP project's Cloud Asset Inventory is accessible.
Evidence is refreshed on every connector scan; there is no manual-upload path for this KSI.
What an assessor may challenge
- Config recorder created once, then stopped. The recorder object survives in the account, but
recordingis false — the assessor sees a disabled control. - Every Azure Policy assignment in
DoNotEnforce. Teams often stage policies in audit mode and never flip them; that fails this indicator's condition outright. - GCP project with neither SCC nor CAI reachable. No automated assessment service means no evidence at all for that cloud.
- "Persistent" interpreted as a recurring calendar event. A human-run quarterly configuration review produces no automated signal — the engine (and the KSI) wants a always-on service.
Official FedRAMP source
Verbatim from FedRAMP/rules
Class B
**Optional:** Automated services are used to persistently assess the security of all machine-based information resources and automatically enforce their intended operational state.
Class C
Automated services are used to persistently assess the security of all machine-based information resources and automatically enforce their intended operational state.
How Boundera handles this
Boundera evaluates KSI-CNA-EIS fully automatically from your cloud connectors: aws:config on AWS, azure:policy on Azure, and gcp:scc or gcp:cloudasset on GCP — CAI is accepted as an alternative when SCC is not enabled. Your only setup work is connecting the clouds in your boundary and turning the respective services on. Request a demo to see KSI-CNA-EIS evaluate your live Config recorders and Policy enforcement modes and flag any audit-only assignments.
References
- FRMR rule definition:
data/fedramp-rules/fedramp-consolidated-rules.json(KSI.CNA.indicators["KSI-CNA-EIS"]) - NIST SP 800-53 Rev 5: CA-2(1), CA-7(1)
Content provenance
Official requirement text is sourced from FedRAMP/rules . Boundera implementation guidance has not been fully reviewed for this item.
Guidance authors: Eddy Agu.